golang/src/encoding/gob
Mateusz Poliwczak 722d59436b crypto/x509: add text and binary marshal methods to OID
Fixes #66249

Change-Id: I5973a19a087a35ad951e8a220d3e6e4456c7577f
GitHub-Last-Rev: 921ca8bd0c08687bb727dbfb0890c3355eebe95b
GitHub-Pull-Request: golang/go#66599
Reviewed-on: https://go-review.googlesource.com/c/go/+/575295
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Roland Shoemaker <roland@golang.org>
2024-05-16 02:00:26 +00:00
..
codec_test.go encoding/gob: prevent panic from index out of range in Decoder.typeString 2023-08-19 23:03:14 +00:00
debug.go encoding/gob: shave off some init time cost 2023-01-20 09:34:41 +00:00
dec_helpers.go encoding/gob: update decgen to generate current dec_helpers 2023-03-24 19:28:46 +00:00
decgen.go encoding/gob: close output file 2024-03-20 14:15:38 +00:00
decode.go encoding/gob: fix typo in comment for decAlloc 2023-09-07 19:10:23 +00:00
decoder.go encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
doc.go all: consistently use "IEEE 754" over "IEEE-754" 2024-04-11 20:22:45 +00:00
dump.go encoding/gob: close files used in dump.go and encgen.go 2024-03-22 16:39:09 +00:00
enc_helpers.go all: fix non-standard "DO NOT EDIT" comments for generated files 2018-03-10 17:50:11 +00:00
encgen.go encoding/gob: close files used in dump.go and encgen.go 2024-03-22 16:39:09 +00:00
encode.go crypto/x509: add text and binary marshal methods to OID 2024-05-16 02:00:26 +00:00
encoder.go encoding: modernize Go documentation 2023-09-08 19:04:28 +00:00
encoder_test.go all: fix typos 2023-07-18 19:55:29 +00:00
error.go encoding: fix a few function names on comments 2022-09-30 23:03:07 +00:00
example_encdec_test.go
example_interface_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
example_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
gobencdec_test.go encoding/gob: use reflect.TypeFor for known types 2023-08-01 14:26:13 +00:00
timing_test.go encoding/gob: report allocs in benchmarks 2023-04-04 07:16:59 +00:00
type.go crypto/x509: add text and binary marshal methods to OID 2024-05-16 02:00:26 +00:00
type_test.go encoding/gob: use reflect.TypeFor for known types 2023-08-01 14:26:13 +00:00