Skip to content

Instantly share code, notes, and snippets.

@nullbio
Created September 3, 2016 08:07
Show Gist options
  • Save nullbio/38fdf3dfbfceacf00159c1989930b00e to your computer and use it in GitHub Desktop.
Save nullbio/38fdf3dfbfceacf00159c1989930b00e to your computer and use it in GitHub Desktop.
func main() {
fmt.Println("Hello Gophercon")
}
func Bar() string {
return "bar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment