Skip to content

Instantly share code, notes, and snippets.

@jugyo
Created April 10, 2018 19:55
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 jugyo/0887a4af509b56717f1dd6f14153ebdd to your computer and use it in GitHub Desktop.
Save jugyo/0887a4af509b56717f1dd6f14153ebdd to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"runtime"
)
func main() {
fmt.Println(runtime.GOOS)
fmt.Println(runtime.GOARCH)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment