]> git.ipfire.org Git - thirdparty/gcc.git/blob - gotools/gofmt.1
[Ada] Get rid of more references to Universal_Integer in expanded code
[thirdparty/gcc.git] / gotools / gofmt.1
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)