...
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
/
stdin4.input
Documentation:
cmd/gofmt/testdata
1
//gofmt -stdin
2
3
// comment
4
5
i := 0
View as plain text