Skip to content

Instantly share code, notes, and snippets.

@jaekwon
Created August 5, 2013 22:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaekwon/6160132 to your computer and use it in GitHub Desktop.
Save jaekwon/6160132 to your computer and use it in GitHub Desktop.
// main.go
package main
func main() {
Foo()
}
// json.go
package main
func Foo() {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment