Skip to content

Commit a291577

Browse files
udpated reading material
1 parent c8577c1 commit a291577

File tree

2 files changed

+14
-10
lines changed

2 files changed

+14
-10
lines changed

reading/README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -246,20 +246,22 @@ https://godoc.org/golang.org/x/tools/go/ssa
246246

247247
[Open issues for the upcoming release](https://dev.golang.org/release)
248248

249-
[Go 1.9 Release Notes](https://golang.org/doc/go1.9) - 2017/08/24
250-
[Go 1.8 Release Notes](https://golang.org/doc/go1.8) - 2017/02/16
251-
[Go 1.7 Release Notes](https://golang.org/doc/go1.7) - 2016/08/15
252-
[Go 1.6 Release Notes](https://golang.org/doc/go1.6) - 2016/02/17
253-
[Go 1.5 Release Notes](https://golang.org/doc/go1.5) - 2015/08/19
254-
[Go 1.4 Release Notes](https://golang.org/doc/go1.4) - 2014/12/10
255-
[Go 1.3 Release Notes](https://golang.org/doc/go1.3) - 2014/06/18
256-
[Go 1.2 Release Notes](https://golang.org/doc/go1.2) - 2013/12/01
257-
[Go 1.1 Release Notes](https://golang.org/doc/go1.1) - 2013/05/13
258-
[Go 1.0 Release Notes](https://golang.org/doc/go1.0) - 2012/03/28
249+
[Go 1.10 Release Notes](https://golang.org/doc/go1.10) - 2018/02/16
250+
[Go 1.09 Release Notes](https://golang.org/doc/go1.9) - 2017/08/24
251+
[Go 1.08 Release Notes](https://golang.org/doc/go1.8) - 2017/02/16
252+
[Go 1.07 Release Notes](https://golang.org/doc/go1.7) - 2016/08/15
253+
[Go 1.06 Release Notes](https://golang.org/doc/go1.6) - 2016/02/17
254+
[Go 1.05 Release Notes](https://golang.org/doc/go1.5) - 2015/08/19
255+
[Go 1.04 Release Notes](https://golang.org/doc/go1.4) - 2014/12/10
256+
[Go 1.03 Release Notes](https://golang.org/doc/go1.3) - 2014/06/18
257+
[Go 1.02 Release Notes](https://golang.org/doc/go1.2) - 2013/12/01
258+
[Go 1.01 Release Notes](https://golang.org/doc/go1.1) - 2013/05/13
259+
[Go 1.00 Release Notes](https://golang.org/doc/go1.0) - 2012/03/28
259260

260261
## Research Papers
261262

262263
[Interesting Papers](https://github.com/dgryski/interesting-papers) - Damian Gryski
263264
[“Balls into Bins” — A Simple and Tight Analysis](http://wwwmayr.informatik.tu-muenchen.de/personen/raab/publ/balls.pdf)
264265
[Thoughts and links about programming](https://research.swtch.com) - Russ Cox
265266
[Rules of Machine Learning](http://martin.zinkevich.org/rules_of_ml/rules_of_ml.pdf?imm_mid=0ec4d7&cmp=em-na-na-na-newsltr_four_short_links_20170117) - Martin Zinkevich
267+
[Algorithm Engineering: Concepts and Practice](http://tcs.informatik.uos.de/_media/pubs/ae_chapter_preprint.pdf) - Markus Chimani and Karsten Klein

topics/go/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ _"Mistakes are an inevitable consequence of doing something new and, as such, sh
171171

172172
_"It takes considerable knowledge just to realize the extent of your own ignorance." - Thomas Sowell_
173173

174+
_"If you don’t make mistakes, you’re not working on hard enough problems." - Frank Wilczek_
175+
174176
---
175177

176178
### Code Reviews

0 commit comments

Comments
 (0)