Completed getting some familiarity with Go.

This commit is contained in:
John Washam 2016-09-19 21:30:58 -07:00
parent 9726c5a447
commit 439c7a95eb

View File

@ -1399,9 +1399,14 @@ Some of mine (I already may know answer to but want their opinion or team perspe
- [ ] Discrete math (see videos below) - [ ] Discrete math (see videos below)
- [ ] Go: - [ ] Go:
- [ ] A Tour of Go: https://www.youtube.com/watch?v=ytEkHepK08c - [x] Videos:
- [ ] Go Programming: https://www.youtube.com/watch?v=CF9S4QZuV30 - [x] Why Learn Go?: https://www.youtube.com/watch?v=FTl0tl9BGdc
- [ ] Why Learn Go?: https://www.youtube.com/watch?v=FTl0tl9BGdc - [x] Go Programming: https://www.youtube.com/watch?v=CF9S4QZuV30
- [x] A Tour of Go: https://www.youtube.com/watch?v=ytEkHepK08c
- [x] Books:
- [x] An Introduction to Programming in Go (read free online): https://www.golang-book.com/books/intro
- [ ] The Go Programming Language (Donovan & Kernighan): https://www.amazon.com/Programming-Language-Addison-Wesley-Professional-Computing/dp/0134190440
- [ ] Bootcamp: https://www.golang-book.com/guides/bootcamp
-- --