go-utf8/runeerror.go

10 lines
81 B
Go

package utf8s
import (
"unicode/utf8"
)
const (
RuneError = utf8.RuneError
)