allow map[string]interface{}, and other such things, as scalars

This commit is contained in:
Ben Kraft
2021-04-21 11:32:49 -07:00
parent f97d33e6ae
commit 2272ad8a12
8 changed files with 54 additions and 22 deletions
+1 -1
View File
@@ -1 +1 @@
unknown name "bogus"; expected a builtin or path/to/package.Name
invalid type-name "bogus" (unknown type-name "bogus"); expected a builtin, path/to/package.Name, interface{}, or a slice, map, or pointer of those
+1 -1
View File
@@ -1 +1 @@
unknown name "bogus"; expected a builtin or path/to/package.Name
invalid type-name "bogus" (unknown type-name "bogus"); expected a builtin, path/to/package.Name, interface{}, or a slice, map, or pointer of those