Skip to content
New issue

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

Add //go:build lines #59

Merged
merged 1 commit into from Sep 25, 2021
Merged

Add //go:build lines #59

merged 1 commit into from Sep 25, 2021

Conversation

tklauser
Copy link
Contributor

Starting with Go 1.17, //go:build lines are preferred over // +build
lines, see https://golang.org/doc/go1.17#build-lines and
https://golang.org/design/draft-gobuild for details.

This change was generated by running Go 1.17 go fmt ./... which
automatically adds //go:build lines based on the existing // +build
lines.

Starting with Go 1.17, //go:build lines are preferred over // +build
lines, see https://golang.org/doc/go1.17#build-lines and
https://golang.org/design/draft-gobuild for details.

This change was generated by running Go 1.17 `go fmt ./...` which
automatically adds //go:build lines based on the existing // +build
lines.
@mattn mattn merged commit a53eda5 into mattn:master Sep 25, 2021
@mattn
Copy link
Owner

mattn commented Sep 25, 2021

Thank you

@tklauser tklauser deleted the go-build-lines branch September 25, 2021 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants