Ugorji Nwoke 97b88dc962 codec: values_test.go: contain representative exact and non-exact floats 6 năm trước cách đây
..
bench 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
codecgen fd33a05832 codec/codecgen: added copyright info 6 năm trước cách đây
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. 6 năm trước cách đây
binc.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
build.sh 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
cbor.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
cbor_test.go be38b7006b codec: make tests more robust 7 năm trước cách đây
codec_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
codecgen.go aa28833c9f codec: fix package name to codec 7 năm trước cách đây
decode.go 3f8d8502cb codec: json: support more precise and performant floating point operations 6 năm trước cách đây
doc.go c3383c6394 codec: move FAQ out of doc.go/README.md and into FAQ.md 6 năm trước cách đây
encode.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
fast-path.generated.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
fast-path.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
fast-path.not.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead 7 năm trước cách đây
gen-dec-array.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
gen-dec-map.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding 7 năm trước cách đây
gen-helper.generated.go 11814adc72 codec: clean up codecgen helper 6 năm trước cách đây
gen-helper.go.tmpl 11814adc72 codec: clean up codecgen helper 6 năm trước cách đây
gen.generated.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
gen.go 9d568df03b codecgen: clean up and optimize generated code 6 năm trước cách đây
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
helper.go 3f8d8502cb codec: json: support more precise and performant floating point operations 6 năm trước cách đây
helper_internal.go d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info 8 năm trước cách đây
helper_not_unsafe.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
helper_test.go 08f7b401ae codec: fix TermWhitespace handling 6 năm trước cách đây
helper_unsafe.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
json.go 3f8d8502cb codec: json: support more precise and performant floating point operations 6 năm trước cách đây
mammoth-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 năm trước cách đây
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 7 năm trước cách đây
mammoth2_codecgen_generated_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
mammoth2_generated_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
mammoth_generated_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
msgpack.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
prebuild.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 năm trước cách đây
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 8 năm trước cách đây
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead 7 năm trước cách đây
shared_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
simple.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
sort-slice.generated.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 năm trước cách đây
sort-slice.go.tmpl a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 6 năm trước cách đây
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. 11 năm trước cách đây
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost 8 năm trước cách đây
values_codecgen_generated_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
values_flex_test.go c14a182bc7 codec: test: move some types from values_test.go into values_flex_test.go 6 năm trước cách đây
values_test.go 97b88dc962 codec: values_test.go: contain representative exact and non-exact floats 6 năm trước cách đây
xml.go 86ce10f272 codec: misc refactoring, clean up and optimizations 6 năm trước cách đây
z_all_test.go c4a1c341dc codec: encWriterSwitch.end() panic's, and should not be called AS-IS during a final "recover" 6 năm trước cách đây