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