Skip to content

Instantly share code, notes, and snippets.

@knight1128
Created March 11, 2015 05:38
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 knight1128/c151c8900061c4848591 to your computer and use it in GitHub Desktop.
Save knight1128/c151c8900061c4848591 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Println("test")
}
// $ go run test.go
// $ go build test.go
// $ ./test
test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment