__ belongs in the package not in the test, technically

This commit is contained in:
Steven Degutis
2012-03-10 13:01:58 -06:00
parent 07fa8883a9
commit 4f67c11112
2 changed files with 2 additions and 2 deletions

View File

@@ -10,8 +10,6 @@ import (
"strings"
)
var __ interface{}
func TestKoans(t *testing.T) {
testBasics()
fmt.Printf("%c[32m", 27)