Skip to content

Commit 8836cc1

Browse files
authored
Move online books to top of list
1 parent 930f2bc commit 8836cc1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ something else on the list to keep it at a fixed length.
2828
- [Go Koans](https://github.com/cdarwin/go-koans)
2929
- [Go by Example](https://gobyexample.com/)
3030

31+
### Online Books
32+
33+
- [Go Bootcamp](http://www.golangbootcamp.com/book/)
34+
- [Go 101](https://go101.org/article/101.html)
35+
36+
See [Go Books](https://github.com/dariubs/GoBooks) for a longer list of books, both free and paid.
37+
3138
## Beginner
3239

3340
### Some basics
@@ -49,13 +56,6 @@ something else on the list to keep it at a fixed length.
4956
- [Strings, bytes, runes and characters in Go](https://blog.golang.org/strings)
5057
- [Arrays, slices (and strings): The mechanics of 'append'](https://blog.golang.org/slices)
5158

52-
### Online Books
53-
54-
- [Go Bootcamp](http://www.golangbootcamp.com/book/)
55-
- [Go 101](https://go101.org/article/101.html)
56-
57-
See [Go Books](https://github.com/dariubs/GoBooks) for a longer list of books, both free and paid.
58-
5959
### Organization and Style
6060

6161
- [Practical Go: Real world advice for writing maintainable Go programs](https://dave.cheney.net/practical-go/presentations/qcon-china.html)

0 commit comments

Comments
 (0)