Skip to content

Instantly share code, notes, and snippets.

@squeedee
Created August 10, 2015 16:47
Show Gist options
  • Save squeedee/afddadecea74f7ffa916 to your computer and use it in GitHub Desktop.
Save squeedee/afddadecea74f7ffa916 to your computer and use it in GitHub Desktop.
Short list of idioms in Go Lang

Packages

  • Lowercase
  • No camels
  • No underscores
  • One word
package aws
package compute
package command
package jobs

Structs

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