Real Go toolchain
Go Playground
Write Go, hit Run, and see real output. Compiled and executed on the official Go play service. Pick a starter below or write your own.
Hello World.go
package main
import "fmt"
func main() {
fmt.Println("Hello, Gopher! 🐹")
}