Go格式化代码

cooolr 于 2021-05-26 发布

格式化代码:

gofmt -w hello.go

格式化import:

goimports -w hello.go