gofmt.1 307 B

123456789101112
  1. .TH gofmt "1" "January 2015" "Go" "User Commands"
  2. .SH NAME
  3. gofmt \- format Go code
  4. .SH SYNOPSIS
  5. .B gofmt
  6. [\fIflags\fR] [\fIpath\fR]...
  7. .SH DESCRIPTION
  8. .PP
  9. A tool for formatting Go source code. For full documentation run
  10. \fBgofmt -help\fR or see \fBhttp://golang.org/cmd/gofmt\fR.
  11. .SH "SEE ALSO"
  12. .IR go (1)