You've already forked json-iterator
mirror of
https://github.com/json-iterator/go.git
synced 2025-11-29 22:47:28 +02:00
fix golint: do not export test types
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
package test
|
||||
|
||||
type A string
|
||||
type typeA string
|
||||
|
||||
type typeForTest struct {
|
||||
F1 A
|
||||
F2 A
|
||||
F3 A
|
||||
F1 typeA
|
||||
F2 typeA
|
||||
F3 typeA
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user