aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/gofmt/doc.go
AgeCommit message (Expand)Author
2017-03-20cmd/gofmt: clarify doc string even moreRobert Griesemer
2017-03-20cmd/gofmt: clarify documentation re: tab widthRobert Griesemer
2017-03-18cmd/gofmt: unindent the second line of a BUG noteDamien Lespiau
2016-11-11cmd/gofmt, crypto/tls: fix typosKevin Burke
2016-11-10cmd/gofmt: don't overwrite read-only filesRobert Griesemer
2015-02-08gofmt/doc: gofmt -s output may not be backward compatiblemattyw
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-01-14cmd/gofmt: remove -tabwidth and -tabs flagsBrad Fitzpatrick
2013-09-16cmd/gofmt: document -s transformationsAndrew Gerrand
2013-02-19cmd/godoc: use go/build to determine package and example filesRobert Griesemer
2011-12-13gofmt: simplify flagsRobert Griesemer
2011-09-12gofmt: accept program fragments on standard inputRuss Cox
2011-07-22go/parser: report illegal label declarations at ':' rather than guessing the ...Robert Griesemer
2011-04-20gofix, gofmt: update documentationRobert Griesemer
2011-03-10gofmt: remove -trace and -ast flagsRobert Griesemer
2010-10-22go ast/parser/printer: permit elision of composite literal types for composit...Robert Griesemer
2010-08-19go/ast, gofmt: facility for printing AST nodesRobert Griesemer
2010-03-15gofmt: fix for gofmt rewrite featureRobert Griesemer
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer
2009-12-10New flags for gofmt:Robert Griesemer
2009-12-02updated documentation for gofmtRobert Griesemer
2009-11-23gofmt -r: documentation and minor fixesRuss Cox
2009-11-12Remove -align flag from gofmt.Robert Griesemer
2009-11-09tweak documentation of commandsRuss Cox
2009-11-04document godoc and gofmtRob Pike