aboutsummaryrefslogtreecommitdiff
path: root/src/encoding/gob/doc.go
AgeCommit message (Expand)Author
2025-12-29encoding/gob: clarify docs about pointers to zero values not being sentOleg Zaytsev
2025-08-08all: update blog linkjiahua wang
2024-07-25encoding/gob: fix package doc typo for wireTypeChen Su
2024-04-11all: consistently use "IEEE 754" over "IEEE-754"Joe Tsai
2023-09-08encoding: modernize Go documentationJoe Tsai
2023-03-25all: add a few links in package godocsDaniel Martí
2022-10-13encoding/gob: note pacakge not covered by security policyRoland Shoemaker
2022-09-29encoding/gob: add top level security docRoland Shoemaker
2022-04-11all: gofmt main repoRuss Cox
2019-03-08encoding/gob: update documentation in doc.go for wireTypeRob Pike
2017-10-08encoding/gob: fix a typo in the package documentationLaurent Voisin
2017-06-29encoding/gob: warn about decoding data from untrusted sourcesBrad Fitzpatrick
2017-03-21encoding/gob: document the extra byte after a singletonRob Pike
2016-07-05encoding/gob: document Encode, EncodeValue nil pointer panicsEmmanuel Odeke
2016-04-22encoding/gob: document compatibilityRob Pike
2015-12-07encoding/gob: document behavior of zero-valued arrays, slices, and mapsRob Pike
2015-11-24encoding/gob: document that zero elements of arrays and slices are sentRob Pike
2015-09-17encoding/gob: document allocation/merge behaviorRob Pike
2015-07-12all: link to https for golang subdomains tooBrad Fitzpatrick
2015-05-20encoding/gob: fix docsShenghou Ma
2014-09-08build: move package sources from src/pkg to srcRuss Cox