1
0
mirror of https://github.com/json-iterator/go.git synced 2025-06-15 22:50:24 +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 A struct{}
type typeA struct{}
type typeForTest [4]A
type typeForTest [4]typeA