github.com/TrueBlocks/trueblocks-core/src/apps/chifra@v0.0.0-20241022031540-b362680128f7/pkg/cache/locations/errors.go (about) 1 package locations 2 3 import "errors" 4 5 var ErrNotFound = errors.New("not found")