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 ……
1
kotokz 2016-08-21 22:47:25 +08:00
这个项目类似小题目集,让你自己理解代码吧结果写上去
所以并不是直接能通过的 |