initial commits

master
Charles Iliya Krempeaux 2023-09-26 12:59:30 +09:00
parent 5594241b88
commit a639af4d27
1 changed files with 9 additions and 0 deletions

9
errors.go 100644
View File

@ -0,0 +1,9 @@
package mstdn
import (
"sourcecode.social/reiver/go-erorr"
)
const (
errNilReceiver = erorr.Error("mstdn: nil receiver")
)