...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
cmd
/
go
/
testdata
/
script
/
go_badcmd.txt
Documentation:
cmd/go/testdata/script
1
! go asdf
2
stderr '^go asdf: unknown command'
View as plain text