mirror of
https://github.com/fiatjaf/khatru.git
synced 2025-03-18 13:53:03 +01:00
6 lines
94 B
Go
6 lines
94 B
Go
|
package khatru
|
||
|
|
||
|
import "fmt"
|
||
|
|
||
|
var ErrDupEvent = fmt.Errorf("duplicate: event already exists")
|