6 lines
90 B
Go
6 lines
90 B
Go
package repository
|
|
|
|
import "errors"
|
|
|
|
var ErrEventNotFound = errors.New("event not found")
|