Fix error ".\about_allocation.go:18: negative cap argument in make([]int)"
This commit is contained in:
@@ -13,6 +13,7 @@ import (
|
||||
const (
|
||||
__string__ string = "impossibly lame value"
|
||||
__int__ int = -1
|
||||
__positive_int__ int = 42
|
||||
__byte__ byte = 255
|
||||
__bool__ bool = false // ugh
|
||||
__boolean__ bool = true // oh well
|
||||
|
||||
Reference in New Issue
Block a user