fake-smtp/internal/storm/error.go

10 lines
98 B
Go

package storm
import (
"github.com/asdine/storm/v3"
)
var (
ErrNotFound = storm.ErrNotFound
)