We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
as mentioned in golang/go#41184, Go will probably migrate to a more robust build constraints directive, as explained there:
we should prepare for that:
//go:build
// +build
The text was updated successfully, but these errors were encountered:
Please wait until Go 1.17 to add any //go:build directives. Go 1.16 is only setting up for Go 1.17. Go 1.17 is the real change.
Sorry, something went wrong.
Thanks for pointing this out. I've modified the planned timeline.
all: prepare for go:build directive
73dbb27
Updates go-hep#798. Signed-off-by: Sebastien Binet <binet@cern.ch>
all: drop old +build foo stanza, use //go:build
5d24dbf
Fixes go-hep#798.
6c35963
Successfully merging a pull request may close this issue.
as mentioned in golang/go#41184, Go will probably migrate to a more robust build constraints directive, as explained there:
we should prepare for that:
//go:build
directives// +build
directivesThe text was updated successfully, but these errors were encountered: