/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/gen/ |
arithConstGen.go | 318 // gofmt result
|
cmpConstGen.go | 235 // gofmt result
|
constFoldGen.go | 294 // gofmt result
|
/prebuilts/go/linux-x86/src/go/format/ |
internal.go | 5 // TODO(gri): This file and the file src/cmd/gofmt/internal.go are 47 // Gofmt has turned the ';' into a '\n'. 75 // Gofmt has turned the ';' into a '\n'. 82 // Gofmt has also indented the function body one level.
|
/prebuilts/go/linux-x86/src/go/parser/ |
error_test.go | 8 // .src rather than .go so that they are not disturbed by gofmt runs.
|
/prebuilts/go/darwin-x86/src/cmd/vet/ |
main.go | 616 // gofmt returns a string representation of the expression. 617 func (f *File) gofmt(x ast.Expr) string { func
|
/prebuilts/go/linux-x86/src/cmd/vet/ |
main.go | 616 // gofmt returns a string representation of the expression. 617 func (f *File) gofmt(x ast.Expr) string { func
|
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
main.go | 320 f.Edit.Replace(f.offset(old.Pos()), f.offset(old.End()), gofmt(cref.Name.Type.Go))
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
main.go | 322 // gofmt result
|
/prebuilts/go/darwin-x86/src/go/types/ |
check_test.go | 50 // to gofmt since they contain comments that must not change their
|
/prebuilts/go/darwin-x86/test/ |
goto.go | 251 /* Want to enable these tests but gofmt mangles them. Issue 1972.
|
/prebuilts/go/linux-x86/src/cmd/cgo/ |
main.go | 320 f.Edit.Replace(f.offset(old.Pos()), f.offset(old.End()), gofmt(cref.Name.Type.Go))
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
main.go | 322 // gofmt result
|
/prebuilts/go/linux-x86/src/go/types/ |
check_test.go | 50 // to gofmt since they contain comments that must not change their
|
/prebuilts/go/linux-x86/test/ |
goto.go | 251 /* Want to enable these tests but gofmt mangles them. Issue 1972.
|
/prebuilts/go/darwin-x86/src/cmd/go/ |
alldocs.go | 22 // fmt gofmt (reformat) package sources 378 // Gofmt (reformat) package sources 384 // Fmt runs the command 'gofmt -l -w' on the packages named 387 // For more about gofmt, see 'go doc cmd/gofmt'. 393 // To run gofmt with specific options, run gofmt itself. 419 // (gofmt), a fully qualified path (/usr/you/bin/mytool), or a [all...] |
go_test.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/go/ |
alldocs.go | 22 // fmt gofmt (reformat) package sources 378 // Gofmt (reformat) package sources 384 // Fmt runs the command 'gofmt -l -w' on the packages named 387 // For more about gofmt, see 'go doc cmd/gofmt'. 393 // To run gofmt with specific options, run gofmt itself. 419 // (gofmt), a fully qualified path (/usr/you/bin/mytool), or a [all...] |
go_test.go | [all...] |
/prebuilts/go/darwin-x86/src/cmd/go/internal/generate/ |
generate.go | 47 (gofmt), a fully qualified path (/usr/you/bin/mytool), or a
|
/prebuilts/go/linux-x86/src/cmd/go/internal/generate/ |
generate.go | 47 (gofmt), a fully qualified path (/usr/you/bin/mytool), or a
|
/prebuilts/go/darwin-x86/src/go/token/ |
position.go | 476 // speed of gofmt and thus seems worthwhile (2011-04-29).
|
/prebuilts/go/linux-x86/src/go/token/ |
position.go | 476 // speed of gofmt and thus seems worthwhile (2011-04-29).
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
build.go | [all...] |
/prebuilts/go/darwin-x86/src/go/printer/ |
printer.go | [all...] |