默认是使用 gofmt 进行 Go 源码格式化的。如果要使用 goimports,需要做如下调整:
gofmt
goimports
go get -u github.com/bradfitz/goimports