This commit is contained in:
Steven Degutis
2012-03-16 08:18:18 -05:00
parent 6919de226f
commit 692e648de3
2 changed files with 26 additions and 2 deletions

View File

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