go-frameproto/errors.go

10 lines
133 B
Go

package frameproto
import (
"sourcecode.social/reiver/go-erorr"
)
const (
errNilWriter = erorr.Error("frameproto: nil writer")
)