https://github.com/cdarwin/go-koans
这个项目。
➜ go-koans git:(master) go test
about_basics.go:4
assert(__bool__ == true) // what is truth?
exit status 1
FAIL _/root/go-koans 0.002s
官方的文档没看懂,他说
Make the failing tests pass, by replacing these types of __variables__ with real values.
是什么意思呀?而且这个 repo 也没有 issue ……