github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/kbfs/kbfscodec/README.md (about)

     1  ## kbfscodec
     2  
     3  The serialization logic for KBFS. The package is named `kbfscodec`
     4  rather than `codec` for two reasons:
     5  
     6  1. We already have a `keybase/go-codec/codec` that is commonly used.
     7  2. A lot of variables are named `codec` already.
     8  
     9  All errors returned by this package are wrapped with pkg/errors, and
    10  so need errors.Cause() to unwrap them.