From 8c690d706de80cb6a9cfb48ebc3c535f40943ab2 Mon Sep 17 00:00:00 2001 From: Faye Amacker <33205765+fxamacker@users.noreply.github.com> Date: Sun, 3 Sep 2023 22:39:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 90e2e822..8d3ed524 100644 --- a/README.md +++ b/README.md @@ -207,6 +207,8 @@ JSON: {"Foo":{"Qux":{}}} +Example using different struct tags together: + ![alt text](https://github.com/fxamacker/images/raw/master/cbor/v2.3.0/cbor_struct_tags_api.svg?sanitize=1 "CBOR API and Go Struct Tags") API is mostly same as `encoding/json`, plus interfaces that simplify concurrency for CBOR options.