...

Text file src/cmd/gofmt/testdata/comments.golden

Documentation: cmd/gofmt/testdata

     1package main
     2
     3func main() {}
     4
     5// comment here
     6
     7func f() {}
     8
     9//line foo.go:1

View as plain text