diff --git a/setup_koans_test.go b/setup_koans_test.go index 8a6494a..b354fac 100644 --- a/setup_koans_test.go +++ b/setup_koans_test.go @@ -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) }