styleguide
styleguide copied to clipboard
Why no Go code style?
Hello, are you planning to add Golang style guide?
There's no a whole lot on top of the Go language requirements that can be added. Golang already dictates pretty much everything. go fmt
even does the formatting.
maybe we should add a link/sentence for go that just says "use go fmt
" ?
There's no a whole lot on top of the Go language requirements that can be added. Golang already dictates pretty much everything.
go fmt
even does the formatting.
Maybe, but why then such things appear? https://github.com/uber-go/guide
Or for example:
https://golang.org/doc/effective_go.html https://github.com/golang/go/wiki/CodeReviewComments
It seems to me that not everything is as simple as it seems ...
- Much of that content isn't style related. A style guide is not the same as a guide on effective coding or common patterns.
- The internet is a vast place. The fact that something exists on it somewhere doesn't have much meaning.
https://google.github.io/styleguide/go/index