mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-02-28 02:18:42 +01:00
6 lines
98 B
Go
6 lines
98 B
Go
package storage
|
|
|
|
import "errors"
|
|
|
|
var ErrDupEvent = errors.New("duplicate: event already exists")
|