* gcc.dg/ipa/inlinehint-4.c: Also pass --param inline-unit-growth=20.
[official-gcc.git] / gotools / gofmt.1
blob984d325cb2572fd45e3f20a5b96bbeea338355be
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)