pushbits/internal/api/errors.go

5 lines
89 B
Go

package api
import "errors"
var ErrorMessageNotFound = errors.New("message not found")