You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gofmt is currently built by cmd/dist and placed in GOROOT/bin/gofmt, next to go.
It could be a tool built on demand, like all the other tools since #71867
This could fix #27166 and shrink the binary distribution size a bit.
gofmt is currently built by cmd/dist and placed in GOROOT/bin/gofmt, next to
go.It could be a tool built on demand, like all the other tools since #71867
This could fix #27166 and shrink the binary distribution size a bit.
cc @golang/go-command