Skip to content

Instantly share code, notes, and snippets.

@sugilog
Created December 28, 2014 04:41
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/0c023677ea3293caf0f0 to your computer and use it in GitHub Desktop.
Save sugilog/0c023677ea3293caf0f0 to your computer and use it in GitHub Desktop.
自作パッケージ:main
package main
import (
"fmt"
"mypackage"
)
func main() {
fmt.Println( mypackage.One() );
fmt.Println( mypackage.Two() );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment