mirror of
https://github.com/aljazceru/khatru.git
synced 2026-01-09 00:14:25 +01:00
6 lines
94 B
Go
6 lines
94 B
Go
package khatru
|
|
|
|
import "fmt"
|
|
|
|
var ErrDupEvent = fmt.Errorf("duplicate: event already exists")
|