github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/kbfs/tlf/README.md (about) 1 ## tlf 2 3 Top-level folder (TLF)-related types and functions for KBFS. 4 5 Errors returned by ID from this package are wrapped with pkg/errors, and 6 so need errors.Cause() to unwrap them. 7 8 TODO: Do the other types in this package.