You've already forked json-iterator
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:
@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
type A struct{}
|
||||
type typeA struct{}
|
||||
|
||||
type typeForTest [4]A
|
||||
type typeForTest [4]typeA
|
||||
|
Reference in New Issue
Block a user