After a while of absence, I’m getting back into Go programming and I was wondering: What’s new in terms of quality control tooling? What are you running on your CI/CD ? Any suggestions?
After a while of absence, I’m getting back into Go programming and I was wondering: What’s new in terms of quality control tooling? What are you running on your CI/CD ? Any suggestions?
Thanks for the suggestions.
I’m looking more for go specific tooling advice, like
govet
,goimports
,golangci
tools,nilaway
or similar.