mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-10 17:04:21 +01:00
6 lines
98 B
Go
6 lines
98 B
Go
package storage
|
|
|
|
import "errors"
|
|
|
|
var ErrDupEvent = errors.New("duplicate: event already exists")
|