lang: Add common type to global variables
We use the list of strings so often, we might as well give it a global variable.
This commit is contained in:
@@ -50,6 +50,7 @@ var (
|
||||
TypeStr = NewType("str")
|
||||
TypeInt = NewType("int")
|
||||
TypeFloat = NewType("float")
|
||||
TypeListStr = NewType("[]str")
|
||||
TypeVariant = NewType("variant")
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user