]> git.ipfire.org Git - thirdparty/gcc.git/blame - gotools/gofmt.1
Fix some gotools testing problems
[thirdparty/gcc.git] / gotools / gofmt.1
CommitLineData
c92e723d
ILT
1.TH gofmt "1" "January 2015" "Go" "User Commands"
2.SH NAME
3gofmt \- format Go code
4.SH SYNOPSIS
5.B gofmt
6[\fIflags\fR] [\fIpath\fR]...
7.SH DESCRIPTION
8.PP
9A 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)