go-netln/errors.go

10 lines
105 B
Go
Raw Normal View History

2022-11-14 04:41:07 +00:00
package netln
import (
"github.com/reiver/go-fck"
)
const (
errRuneError = fck.Error("rune error")
)