github.com/keybase/client/go@v0.0.0-20240520164431-4f512a4c85a3/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.