You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs for cbor v2.8.0 (#649)
Update README.md:
- Update "Status" section.
- Replace "struct tags" with "struct tag options" when referring to options.
Update doc.go:
- Mention omitzero option (for struct tags) in more places. Also mention Diagnose, DiagnoseFirst, UnmarshalFirst, etc. added in prior releases.
- Add example using UnmarshalFirst to show support for trailing bytes (extraneous data) typically found in CBOR Sequences (RFC 8742).
- Add example using DiagnoseFirst to show support for representing binary CBOR data item in Extended Diagnostic Notation (human-readable text inspired by JSON).
- Replace "struct tags" with "struct tag options" when referring to options.
Update example_test.go
- Replace "struct tags" with "struct tag options" when referring to options.
Merge pull request #648 from fxamacker/fxamacker/port-pr-647-to-2.7-b…
…ranch
Port PR 647 to release-2.7 branch to optimize internal calls to UnmarshalCBOR()
Merge pull request #489 from fxamacker/fxamacker/require-go-1.17-in-g…
…o.mod
Update go.mod to require go 1.17.
Update Quick Start to define CBOR data item and CBOR sequence.
Merge pull request #489 from fxamacker/fxamacker/require-go-1.17-in-g…
…o.mod
Update go.mod to require go 1.17.
Update Quick Start to define CBOR data item and CBOR sequence.