index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
encoding
/
gob
/
doc.go
Age
Commit message (
Expand
)
Author
2025-12-29
encoding/gob: clarify docs about pointers to zero values not being sent
Oleg Zaytsev
2025-08-08
all: update blog link
jiahua wang
2024-07-25
encoding/gob: fix package doc typo for wireType
Chen Su
2024-04-11
all: consistently use "IEEE 754" over "IEEE-754"
Joe Tsai
2023-09-08
encoding: modernize Go documentation
Joe Tsai
2023-03-25
all: add a few links in package godocs
Daniel MartÃ
2022-10-13
encoding/gob: note pacakge not covered by security policy
Roland Shoemaker
2022-09-29
encoding/gob: add top level security doc
Roland Shoemaker
2022-04-11
all: gofmt main repo
Russ Cox
2019-03-08
encoding/gob: update documentation in doc.go for wireType
Rob Pike
2017-10-08
encoding/gob: fix a typo in the package documentation
Laurent Voisin
2017-06-29
encoding/gob: warn about decoding data from untrusted sources
Brad Fitzpatrick
2017-03-21
encoding/gob: document the extra byte after a singleton
Rob Pike
2016-07-05
encoding/gob: document Encode, EncodeValue nil pointer panics
Emmanuel Odeke
2016-04-22
encoding/gob: document compatibility
Rob Pike
2015-12-07
encoding/gob: document behavior of zero-valued arrays, slices, and maps
Rob Pike
2015-11-24
encoding/gob: document that zero elements of arrays and slices are sent
Rob Pike
2015-09-17
encoding/gob: document allocation/merge behavior
Rob Pike
2015-07-12
all: link to https for golang subdomains too
Brad Fitzpatrick
2015-05-20
encoding/gob: fix docs
Shenghou Ma
2014-09-08
build: move package sources from src/pkg to src
Russ Cox