Created
July 19, 2016 01:19
-
-
Save alphacentory/398c6954248df5187edde80e8ce48ef7 to your computer and use it in GitHub Desktop.
How I like my go files.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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