Fix golint warnings

This commit is contained in:
Marc Vertes
2018-12-07 17:37:58 +01:00
parent ea07c12f56
commit 6a397e2294
6 changed files with 23 additions and 17 deletions

View File

@@ -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/)