This commit is contained in:
Steven Degutis
2012-03-16 07:56:41 -05:00
parent f01e093374
commit 512c2bd285
2 changed files with 33 additions and 2 deletions

View File

@@ -26,10 +26,10 @@ func TestKoans(t *testing.T) {
//testAnonymousFunctions()
//testVariadicFunctions()
//testFiles()
testInterfaces()
//testInterfaces()
testMaps()
// TODO: ie, gameplan
//testMaps()
//testStructs()
//testAllocation()
//testPointers()