1
0
mirror of https://github.com/json-iterator/go.git synced 2025-07-03 23:30:41 +02:00

fix golint: do not export test types

This commit is contained in:
Tao Wen
2017-07-09 14:12:58 +08:00
parent 4351a2e6e9
commit 3b6853d209
61 changed files with 214 additions and 153 deletions

View File

@ -1,5 +1,5 @@
package test
type StringAlias string
type stringAlias string
type typeForTest map[StringAlias]string
type typeForTest map[stringAlias]string