go-utf8/runeerror.go

10 lines
81 B
Go
Raw Normal View History

2019-09-10 15:27:52 +00:00
package utf8s
import (
"unicode/utf8"
)
const (
RuneError = utf8.RuneError
)