aboutsummaryrefslogtreecommitdiff
path: root/src/go/format
AgeCommit message (Expand)Author
2023-10-19go: add available godoc linkcui fliter
2022-04-21go/format: skip go/ast's object resolutionDaniel Martí
2022-04-11all: gofmt main repoRuss Cox
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-02-20go/printer: canonicalize //go:build and // +build lines while formattingRuss Cox
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-07-17go/printer: remove exported StdFormat flagDmitri Shuralyov
2020-05-01cmd/gofmt, go/format, go/printer: move number normalization to printerDmitri Shuralyov
2020-02-28cmd/gofmt, go/format: sync internal.goDmitri Shuralyov
2018-12-12go/format: add simple benchmark framework and basic benchmarkRobert Griesemer
2018-07-20doc: explain minor change to gofmt in go1.11Daniel Martí
2018-03-19go/format: move example to external test filejimmyfrasche
2017-11-29go/format: document use of Source betterRobert Griesemer
2017-04-19go/format: quote bytes in comments for readabilityxufei_Alex
2016-09-08go/format: add format.Node exampleAlberto Donizetti
2016-03-02all: single space after period.Brad Fitzpatrick
2015-09-30go/format: handle whitespace-only input correctlyRobert Griesemer
2015-09-30go/format, cmd/gofmt: avoid dependency on internal package formatRobert Griesemer
2015-06-24go/format: fix //line corner case when formatting statementsDidier Spezia
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