You've already forked json-iterator
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:
@ -1,5 +1,5 @@
|
||||
package test
|
||||
|
||||
type StringAlias string
|
||||
type stringAlias string
|
||||
|
||||
type typeForTest map[StringAlias]string
|
||||
type typeForTest map[stringAlias]string
|
||||
|
Reference in New Issue
Block a user