Home | History | Annotate | Download | only in go

Lines Matching refs:Fmt

22 	fmt         run gofmt on package sources
320 See also: go fmt, go vet.
327 go fmt [-n] [-x] [packages]
329 Fmt runs the command 'gofmt -l -w' on the packages named
749 See also: go fmt, go fix.