slices and arrays

This commit is contained in:
Steven Degutis
2012-03-11 20:56:02 -05:00
parent d8bdbef975
commit 49cd5e3247
3 changed files with 26 additions and 1 deletions

View File

@@ -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)
}