summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/gorilla/schema/converter.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gorilla/schema/converter.go')
-rw-r--r--vendor/github.com/gorilla/schema/converter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/gorilla/schema/converter.go b/vendor/github.com/gorilla/schema/converter.go
index b33e9423..4f2116a1 100644
--- a/vendor/github.com/gorilla/schema/converter.go
+++ b/vendor/github.com/gorilla/schema/converter.go
@@ -30,7 +30,7 @@ var (
)
// Default converters for basic types.
-var converters = map[reflect.Kind]Converter{
+var builtinConverters = map[reflect.Kind]Converter{
boolType: convertBool,
float32Type: convertFloat32,
float64Type: convertFloat64,