Add brief about section to README

This commit is contained in:
Eno Compton 2018-03-01 10:18:48 -07:00
parent dd6c3554ff
commit fe96663404

View file

@ -1,5 +1,16 @@
# A Gopher's Reading List
Here is a reading list of blog posts about Go. It aspires to include only the
most useful and relevant material that anyone writing Go should eventually read.
By defintion, the list is a work in progress.
Rather than being comprensive, the list is a curated selection fixed at 200
entries.
Go is growing fast and so are the number of blog posts about it. If an
interested reader sees a glaring omission, please open a pull request with your
suggestion of what to add as well as what post to remove from the list.
## Start Here
- [Go Koans](https://github.com/cdarwin/go-koans)