github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/kbfs/kbfsmd/README.md (about) 1 ## kbfsmd 2 3 Types and functions to work with KBFS blocks. The package is named 4 `kbfsmd` rather than `md` to avoid clashes with existing 5 variable names. 6 7 All errors returned by this package are wrapped with pkg/errors, and 8 so need errors.Cause() to unwrap them.