Skip to content

Instantly share code, notes, and snippets.

@billglover
Created November 1, 2018 10:36
Show Gist options
  • Select an option

  • Save billglover/5e3086c2ad9061d3f1771c27d6cd4904 to your computer and use it in GitHub Desktop.

Select an option

Save billglover/5e3086c2ad9061d3f1771c27d6cd4904 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"runtime"
)
func main() {
fmt.Println("Hello, 世界!")
fmt.Println("GOOS:", runtime.GOOS)
fmt.Println("GOARCH", runtime.GOARCH)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment