aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/debug.go
AgeCommit message (Expand)Author
2023-01-20encoding/gob: shave off some init time costDaniel Martí
2022-04-11all: gofmt main repoRuss Cox
2022-04-05all: separate doc comment from //go: directivesRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-10-28all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor)Russ Cox
2021-02-20all: go fmt std cmd (but revert vendor)Russ Cox
2017-08-25encoding/gob: fix Debug to properly print uintDanny Rosseau
2016-03-02all: single space after period.Brad Fitzpatrick
2014-09-08build: move package sources from src/pkg to srcRuss Cox