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 #65

Merged
merged 1 commit into from Jul 22, 2021
Merged

Conversation

shogo82148
Copy link
Contributor

I ran go1.17rc fmt
See https://tip.golang.org/doc/go1.17#gofmt for more details.

gofmt (and go fmt) now synchronizes //go:build lines with // +build lines. If a file only has // +build lines, they will be moved to the appropriate location in the file, and matching //go:build lines will be added. Otherwise, // +build lines will be overwritten based on any existing //go:build lines. For more information, see https://golang.org/design/draft-gobuild.

@mattn
Copy link
Owner

mattn commented Jul 22, 2021

LGTM

@mattn mattn merged commit 68134e7 into mattn:master Jul 22, 2021
@mattn
Copy link
Owner

mattn commented Jul 22, 2021

Thank you

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