Closed
Description
Please answer these questions before submitting your issue. Thanks!
- What version of Go are you using (
go version
)?
go version go1.6.2 linux/amd64
- What operating system and processor architecture are you using (
go env
)?
GOARCH="amd64"
GOOS="linux"
(rest redacted)
- What did you do?
$ go doc unicode.Version
- What did you expect to see?
const Version = "9.0.0"
Version is the Unicode edition from which the tables are derived.
- What did you see instead?
const Version = "8.0.0"
Version is the Unicode edition from which the tables are derived.