Skip to content

Commit ad5d442

Browse files
Add license tags to Go Books (#11472)
1 parent 122492c commit ad5d442

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: books/free-programming-books-langs.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -807,12 +807,12 @@ Books on general-purpose programming that don't focus on a specific language are
807807
### Go
808808

809809
* [An Introduction to Programming in Go](https://www.golang-book.com/books/intro) - Caleb Doxsey
810-
* [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) - astaxie
810+
* [Build Web Application with Golang](https://astaxie.gitbooks.io/build-web-application-with-golang/content/en/) - astaxie (CC BY-SA)
811811
* [Building Web Apps with Go](https://codegangsta.gitbooks.io/building-web-apps-with-go/content/)
812812
* [Darker Corners of Go](https://rytisbiel.com/2021/03/06/darker-corners-of-go/) - Rytis Bieliunas
813813
* [Effective Go](https://golang.org/doc/effective_go.html)
814-
* [Essential Go](https://www.programming-books.io/essential/go/) - Krzysztof Kowalczyk, StackOverflow Contributors
815-
* [Essentials of Go Programming](https://essentials-of-go-programming.readthedocs.io) - Baiju Muthukadan (HTML)
814+
* [Essential Go](https://www.programming-books.io/essential/go/) - Krzysztof Kowalczyk, StackOverflow Contributors (CC BY-SA)
815+
* [Essentials of Go Programming](https://essentials-of-go-programming.readthedocs.io) - Baiju Muthukadan (HTML) (CC BY-SA)
816816
* [Gin Web Framework](https://chenyitian.gitbooks.io/gin-web-framework/content/)
817817
* [Go 101](https://go101.org/article/101.html) - [@TapirLiu](https://twitter.com/TapirLiu)
818818
* [Go by Example](https://gobyexample.com)
@@ -834,8 +834,8 @@ Books on general-purpose programming that don't focus on a specific language are
834834
* [Practical Go: Real world advice for writing maintainable Go programs](https://dave.cheney.net/practical-go/presentations/qcon-china.html) - Dave Cheney (HTML)
835835
* [Production Go](https://leanpub.com/productiongo/read) - Herman Schaaf and Shawn Smith (EPUB, HTML, PDF) (:construction: *in process*) *(Leanpub account or valid email requested for EPUB or PDF)*
836836
* [The Go Tutorial](http://tour.golang.org)
837-
* [The Little Go Book](https://github.com/karlseguin/the-little-go-book) - Karl Seguin ([PDF](https://www.openmymind.net/assets/go/go.pdf), [ePUB](https://www.openmymind.net/assets/go/go.epub))
838-
* [Web apps in Go, the anti textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook/)
837+
* [The Little Go Book](https://github.com/karlseguin/the-little-go-book) - Karl Seguin ([PDF](https://www.openmymind.net/assets/go/go.pdf), [ePUB](https://www.openmymind.net/assets/go/go.epub)) (CC BY-NC-SA)
838+
* [Web apps in Go, the anti textbook](https://github.com/thewhitetulip/web-dev-golang-anti-textbook/) (CC BY-SA)
839839

840840

841841
### Graphs

0 commit comments

Comments
 (0)