go-rfc3986/errors.go

10 lines
127 B
Go
Raw Normal View History

2023-10-07 04:08:00 +00:00
package rfc3986
import (
"sourcecode.social/reiver/go-erorr"
)
const (
errNilWriter = erorr.Error("rfc3986: nil writer")
)