mirror of
https://github.com/fiatjaf/khatru.git
synced 2026-02-27 01:49: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")
|