William Petit af4e8e556c
All checks were successful
Cadoles/bouncer/pipeline/head This commit looks good
feat: initial commit
2023-05-12 16:00:38 +02:00

6 lines
74 B
Go

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