소스 검색

Completed getting some familiarity with Go.

John Washam 8 년 전
부모
커밋
439c7a95eb
1개의 변경된 파일8개의 추가작업 그리고 3개의 파일을 삭제
  1. 8 3
      README.md

+ 8 - 3
README.md

@@ -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)
 
 - [ ] Go:
-    - [ ] A Tour of Go: https://www.youtube.com/watch?v=ytEkHepK08c
-    - [ ] Go Programming: https://www.youtube.com/watch?v=CF9S4QZuV30
-    - [ ] Why Learn Go?: https://www.youtube.com/watch?v=FTl0tl9BGdc
+    - [x] Videos:
+        - [x] 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
 
 --