Added Go Koans

This commit is contained in:
Yogesh Kumar 2016-08-17 16:15:48 -04:00 committed by GitHub
parent bd41e89a1a
commit a41968a974

View File

@ -1340,7 +1340,7 @@ Where to discover new Go libraries.
* [Go By Example](https://gobyexample.com/) - A hands-on introduction to Go using annotated example programs.
* [Go database/sql tutorial](http://go-database-sql.org/) - Introduction to database/sql.
* [Working with Go](https://github.com/mkaz/working-with-go) - An intro to go for experienced programmers.
* [Go Koans](https://github.com/cdarwin/go-koans) - A walk through the path to Golang enlightenment.
## Windows