aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/gobencdec_test.go
AgeCommit message (Expand)Author
2023-08-01encoding/gob: use reflect.TypeFor for known typesIan Lance Taylor
2022-07-15encoding/gob: s/TestIngoreDepthLimit/TestIgnoreDepthLimit/Ian Lance Taylor
2022-07-12encoding/gob: add a depth limit for ignored fieldsRoland Shoemaker
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2019-12-10all: fix a number of misuses of the word "an"Daniel Martí
2017-02-03time: record monotonic clock reading in time.Now, for more accurate comparisonsRuss Cox
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2014-09-08build: move package sources from src/pkg to srcRuss Cox