18 Go style guidelines for packages

rakyll.org posted by kenny 2637 days ago  

Go is about naming and organization as much as everything else in the language. Well-organized Go code is easy to discover, use and read. Well-organized code is as critical as well designed APIs. The location, name, and the structure of your packages are the first elements your users see and interact with.

Register to comment or vote on this story