...
Go Documentation Server
GoDoc
▽
Play
submit search
package main import "fmt" func main() { fmt.Println("Hello, 世界") }
Run
Format
Share
Text file
src
/
cmd
/
gofmt
/
testdata
/
stdin5.input
Documentation:
cmd/gofmt/testdata
1
//gofmt -stdin
2
3
i :=5// Line comment without newline.
View as plain text