Go: Add missing +build and go:build comments

A RHEL 8 test was failing because it uses go1.16. The old style must
be retained for backwards compat.

Fixes: 9a36de84c ("Go: Use Homebrew include paths")
Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
Reviewed-by: Dylan Arbour <d.arbour@f5.com>
Signed-off-by: Danielle De Leo <d.deleo@f5.com>
This commit is contained in:
Danielle De Leo
2024-01-09 13:14:41 -05:00
committed by Dani De Leo
parent 263460d930
commit 7e03a6cc6b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
//go:build darwin
// +build darwin
/*
* Copyright (C) Danielle De Leo