making map assertions less confusing

This commit is contained in:
Steven Degutis
2012-03-29 07:43:04 -05:00
parent ee69689991
commit fbabfca583
2 changed files with 4 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ const (
__int__ int = -1
__byte__ byte = 255
__bool__ bool = false // ugh
__boolean__ bool = true // oh well
__float32__ float32 = -1.0
__delete_me__ bool = false
)