aboutsummaryrefslogtreecommitdiff
path: root/src/go/format/format.go
AgeCommit message (Expand)Author
2022-04-21go/format: skip go/ast's object resolutionDaniel Martí
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-05-01cmd/gofmt, go/format, go/printer: move number normalization to printerDmitri Shuralyov
2018-07-20doc: explain minor change to gofmt in go1.11Daniel Martí
2017-11-29go/format: document use of Source betterRobert Griesemer
2015-09-30go/format, cmd/gofmt: avoid dependency on internal package formatRobert Griesemer
2015-04-01cmd/gofmt, go/format: refactor common pieces into internal/formatSebastien Binet
2014-09-30go/format, cmd/gofmt: added missing comments, minor internal cleanupRobert Griesemer
2014-09-29go/format, cmd/gofmt: fix issues with partial Go code with indentDmitri Shuralyov
2014-09-08build: move package sources from src/pkg to srcRuss Cox