go-mstdn/errors.go

10 lines
127 B
Go
Raw Normal View History

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