mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-05-29 18:26:38 +00:00

Golang uses: - Camel Case for variable names, e.g. `firstName` - Camel Case for private function names, e.g. `getFirstName` - Pascal Case for public function names, e.g. `GetFirstName` Signed-off-by: Julian Strobl <jmastr@mailbox.org>