github.com/artisanhe/tools@v1.0.1-0.20210607022958-19a8fef2eb04/catgo/cat-go/cat/ccmap_test.go (about) 1 package cat 2 3 import ( 4 "testing" 5 ) 6 7 func TestNewCCMap(t *testing.T) { 8 _ = newCCMap(16) 9 }