interfaces

This commit is contained in:
Steven Degutis
2012-03-16 07:46:12 -05:00
parent 173307660d
commit f01e093374
2 changed files with 30 additions and 2 deletions

View File

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