File name convention for compound words?
Solution 1:
Although it's not formally specified in https://golang.org/doc/code.html#Overview - snake_case
is the convention across the most of the standard library and most third party libraries.
Although it's not formally specified in https://golang.org/doc/code.html#Overview - snake_case
is the convention across the most of the standard library and most third party libraries.