Skip to content

Instantly share code, notes, and snippets.

@cia-rana
Created July 18, 2019 08:23
Show Gist options
  • Save cia-rana/521dcb06bf461c9195b40613d2654369 to your computer and use it in GitHub Desktop.
Save cia-rana/521dcb06bf461c9195b40613d2654369 to your computer and use it in GitHub Desktop.
Go言語の暗黙知

Go言語の暗黙知

sliceを確保するときは、なるべくそのサイズを明示する

ファイルパスの操作には、なるべく path/filepath パッケージを使う

structをインスタンス化する際は、 new を使わない

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment