slices and arrays
This commit is contained in:
@@ -17,9 +17,10 @@ var __bool__ bool = false
|
||||
var __float32__ float32 = -1.0
|
||||
|
||||
func TestKoans(t *testing.T) {
|
||||
testNumbers()
|
||||
//testNumbers()
|
||||
//testStrings()
|
||||
//testArrays()
|
||||
testSlices()
|
||||
|
||||
fmt.Printf("\n%c[32;1mYou won life. Good job.\n\n", 27)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user