bcomnes / goref

🐹 A Golang concentrate for refreshing your memory on the go programming language
Creative Commons Zero v1.0 Universal
44 stars 4 forks source link

multi-word naming #6

Closed bcomnes closed 6 years ago

bcomnes commented 6 years ago

https://blog.golang.org/package-names

They dont really cover it but you basically justjoinallwords in a go package name.