Skip to content

Instantly share code, notes, and snippets.

@sugilog
Created December 28, 2014 07:20
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 sugilog/ef135f2993837a1f32e8 to your computer and use it in GitHub Desktop.
Save sugilog/ef135f2993837a1f32e8 to your computer and use it in GitHub Desktop.
パッケージ:エクスポートされる名前(export側)
package mypackage
func One() string {
return one()
}
func one() string {
return "ONE"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment