github.com/ipni/storetheindex@v0.8.30/carstore/error.go (about)

     1  package carstore
     2  
     3  import "errors"
     4  
     5  var ErrHAMT = errors.New("hamt entries not supported")