go-frameproto/errors.go

10 lines
133 B
Go
Raw Normal View History

2024-02-15 17:43:14 +00:00
package frameproto
import (
"sourcecode.social/reiver/go-erorr"
)
const (
errNilWriter = erorr.Error("frameproto: nil writer")
)