From 7b5c396e19d4ba665a96a3660c73d0be49a3eeb1 Mon Sep 17 00:00:00 2001 From: Steven Degutis Date: Sun, 11 Mar 2012 23:00:07 -0500 Subject: [PATCH] prudence --- setup_koans_test.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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) }