mirror of
https://github.com/golang/go
synced 2024-11-12 01:10:21 -07:00
exp/norm: generate trie struct in triegen.go for better encapsulation.
R=r, r CC=golang-dev https://golang.org/cl/4837071
This commit is contained in:
parent
58a92bd1ef
commit
4abbdc0399
@ -5,7 +5,7 @@ import (
|
||||
"utf8"
|
||||
)
|
||||
|
||||
// Test data is located in triedata_test.go, generated by maketesttables.
|
||||
// Test data is located in triedata_test.go; generated by maketesttables.
|
||||
var testdata = testdataTrie
|
||||
|
||||
// Test cases for illegal runes.
|
||||
|
Loading…
Reference in New Issue
Block a user