github.com/keybase/client/go@v0.0.0-20240309051027-028f7c731f8b/kbfs/kbfsblock/README.md (about) 1 ## kbfsblock 2 3 Types and functions to work with KBFS blocks. The package is named 4 `kbfsblock` rather than `block` 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.