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:
committed by
Dani De Leo
parent
263460d930
commit
7e03a6cc6b
@@ -1,3 +1,4 @@
|
||||
//go:build linux || netbsd
|
||||
// +build linux netbsd
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user