-
Type:
Improvement
-
Resolution: Done
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
None
-
Minor Change
-
None
-
None
-
None
-
None
-
None
-
None
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.