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

Convert to Go 1.17 go:build directive #13579

Merged
merged 1 commit into from
Jan 5, 2022
Merged

Convert to Go 1.17 go:build directive #13579

merged 1 commit into from
Jan 5, 2022

Conversation

sgmiller
Copy link
Contributor

@sgmiller sgmiller commented Jan 5, 2022

This was done by finding files with // +build directives, running gofmt on
them (which converts to the correct boolean statements), then removing the
old // +build lines.

Will repeat the process on ENT after OSS merges.

@sgmiller sgmiller requested review from a team, ncabatoff, swayne275, HridoyRoy and briankassouf and removed request for a team January 5, 2022 17:44
Copy link
Contributor

@swayne275 swayne275 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

@HridoyRoy HridoyRoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@sgmiller sgmiller merged commit 377f745 into main Jan 5, 2022
@sgmiller sgmiller deleted the go-build-flag-switch branch January 5, 2022 18:02
heppu pushed a commit to heppu/vault that referenced this pull request Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants