Cleanup more lint warnings
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
@@ -35,7 +35,7 @@ func KMapArr(in interface{}) interface{} {
|
||||
return rout.Interface()
|
||||
}
|
||||
|
||||
// KMapArr transforms map into slice of functions returning (key, val) pairs.
|
||||
// KVMapArr transforms map into slice of functions returning (key, val) pairs.
|
||||
// map[A]B => []func()(A, B)
|
||||
func KVMapArr(in interface{}) interface{} {
|
||||
rin := reflect.ValueOf(in)
|
||||
|
||||
Reference in New Issue
Block a user