go 的依赖管理---------gomod
go的代码规范
go的异味检测(Linter)(gofmt 和 go vet 是每个 Go SDK 自带的 linter 工具,golangci-lint 是社区基于 Go team 的 golang/analysis 开发的 linter 工具)
go的单元测试、CI( gomock、monkey、codecov)
go的性能排查PProf(cpu/内存/goroutine/阻塞)