6 ms·
Is there an order I'm supposed to be doing these in?
by hookey 12y ago
Is there an order I'm supposed to be doing these in?
- Oxdev 12y agoOn the github page 'Usage section' the author said you need to clone the repo and run go test and follow what is on your screen. |~/go-koans - [master] » go test about_basics.go:4 assert(__bool__ == true) // what is truth? exit status 1 FAIL _/Users/kev/go-koans 0.040s Order is defined here too https://github.com/cdarwin/go-koans/blob/dc03120953195e70c62ec568577968414dbf78ae/setup_koans_test.go#L26-L48 https://github.com/cdarwin/go-koans/blob/dc03120953195e70c62...