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