This commit is contained in:
Steven Degutis
2012-03-11 23:00:07 -05:00
parent bd19e0e270
commit 7b5c396e19

View File

@@ -22,6 +22,21 @@ func TestKoans(t *testing.T) {
//testArrays()
//testSlices()
// TODO: ie, gameplan
//testControlFlow()
//testEnumeration()
//testFiles()
//testVariadicFunctions()
//testAnonymousFunctions()
//testInterfaces()
//testMaps()
//testStructs()
//testAllocation()
//testPointers()
//testGoroutines()
//testChannels()
//testPanics()
fmt.Printf("\n%c[32;1mYou won life. Good job.\n\n", 27)
}