Details
-
Improvement
-
Resolution: Done
-
Unknown
-
None
-
None
-
None
-
None
-
Minor Change
Description
The Go 1.17+ formatter adds the new "//go:build"-style build tags automatically based on any existing "// +build"-style build tag. Currently if you run make fmt on the Go driver repo using Go 1.17+, it adds the new build tags to a bunch of files. Commit those automatic build tag changes so developers using Go 1.17+ don't run into unexpected changes when running the standard formatter.