In Go 1.17, gofmt
automatically changes my files:
//go:build test
// +build test
I've uninstall Go 1.17 and re-installed 1.16, but the problem continues. How do I stop it?
I should say that I cannot use these tags, because the codegen we are using (which I cannot change) considers them an error and fails builds.