go-mstdn/ent/errors.go

10 lines
125 B
Go
Raw Normal View History

2023-09-26 05:29:10 +00:00
package ent
2023-09-26 03:59:30 +00:00
import (
"sourcecode.social/reiver/go-erorr"
)
const (
errNilReceiver = erorr.Error("mstdn: nil receiver")
)