Fix golint warnings
This commit is contained in:
@@ -2,7 +2,10 @@ package stdlib
|
||||
|
||||
import "reflect"
|
||||
|
||||
// Value stores the map of stdlib values per package
|
||||
var Value = map[string]map[string]reflect.Value{}
|
||||
|
||||
// Type stores the map of stdlib values per package
|
||||
var Type = map[string]map[string]reflect.Type{}
|
||||
|
||||
// Provide access to go standard library (http://golang.org/pkg/)
|
||||
|
||||
Reference in New Issue
Block a user