go.ligato.io/vpp-agent/v3@v3.5.0/CODINGSTYLE.md (about) 1 # Coding style 2 3 - Use `gofmt` to format all source files. 4 - Address any issues that were discovered by the `golint` & `govet` tool. 5 - Follow recommendations in [effective go][1] and [Go Code Review Comments][2]. 6 7 [1]: https://golang.org/doc/effective_go.html 8 [2]: https://github.com/golang/go/wiki/CodeReviewComments