You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-06-21 23:07:33 +02:00
fix golint: do not export test types
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
type A1 string
|
||||
type A2 [4]A1
|
||||
type typeA1 string
|
||||
type typeA2 [4]typeA1
|
||||
|
||||
type typeForTest struct {
|
||||
F1 [4]A1
|
||||
F2 A2
|
||||
F1 [4]typeA1
|
||||
F2 typeA2
|
||||
}
|
||||
|
Reference in New Issue
Block a user