diff --git a/setup_koans_test.go b/setup_koans_test.go index d210720..e6a7892 100644 --- a/setup_koans_test.go +++ b/setup_koans_test.go @@ -13,7 +13,7 @@ import ( var __string__ string = "impossibly lame value" var __int__ int = -1 var __byte__ byte = 255 -var __bool__ bool = false +var __bool__ bool = false // ugh var __float32__ float32 = -1.0 func TestKoans(t *testing.T) {