bouncer/internal/store/error.go

6 lines
74 B
Go

package store
import "errors"
var ErrNotFound = errors.New("not found")