Skip to content

Instantly share code, notes, and snippets.

@alphacentory
Created July 19, 2016 01:19
Show Gist options
  • Save alphacentory/398c6954248df5187edde80e8ce48ef7 to your computer and use it in GitHub Desktop.
Save alphacentory/398c6954248df5187edde80e8ce48ef7 to your computer and use it in GitHub Desktop.
How I like my go files.
package name
import ()
var ()
const()
func init() {}
type custom struct
type custom2 struct
func (c custom) setblah() {}
func (c custom2) setfoo() {}
func Bar() {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment