This is a replit port of Jason Thigpen's go-koans https://github.com/cdarwin/go-koans
In replit, create a new repl, and click Import from GitHub
From there type TheNathanBlack/replit-go-koans
in the GitHub URL field.
And hit the Import from GitHub
button. You are ready to go from this point.
- Push the
Run
button. In the console you will see a message about a test failing. - Make the failing tests pass, by replacing these types of
__variables__
with real values.
Bookmark the spec and the packages listing.