Go Style

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

External

Internal

Overview

Identifiers

https://google.github.io/styleguide/go/guide#mixedcaps

Identifiers should use camel case: SomeColor or someColor. Do not use snake case (some_color).