├── .gitignore ├── 50 Shades of Go Traps GotchasandCommonMistakesforNewGolangDevs.pdf ├── CODE_OF_CONDUCT.md ├── Go_Design_Patterns_for_Real_World_Projects └── go-design-patterns-real-world-projects.epub ├── Hands-On RESTful Web Services with Go - Second Edition └── HANDSON_RESTFUL_WEB_SERVICES_WITH_GO_SECOND_EDITION.epub ├── Hands-On Software Architecture with Golang ├── Hands-On Software Architecture with Golang.epub └── hands-software-architecture-golang.epub ├── Hands-On System Programming with Go.epub ├── LICENSE ├── Learn Data Structures and Algorithms with Golang- Level up your Go programming skills to develop faster and more efficient code.epub ├── Mastering Go Create Golang production applications using network.epub ├── Programming in Go ├── Programming in Go.epub └── Programming in Go.pdf ├── README.md ├── The Go Programming Language - Donovan, Alan A. A. & Kernigha.pdf ├── [Tom-Steele,-Chris-Patten,-Dan-Kottmann]-Black-Hat-Go.pdf ├── epdf.pub_hands-on-system-programming-with-c-build-robust-an.epub ├── go-design-patterns.pdf ├── go-in-action.pdf ├── go-in-practice.pdf └── how-to-code-in-go.pdf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/.gitignore -------------------------------------------------------------------------------- /50 Shades of Go Traps GotchasandCommonMistakesforNewGolangDevs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/50 Shades of Go Traps GotchasandCommonMistakesforNewGolangDevs.pdf -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /Go_Design_Patterns_for_Real_World_Projects/go-design-patterns-real-world-projects.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Go_Design_Patterns_for_Real_World_Projects/go-design-patterns-real-world-projects.epub -------------------------------------------------------------------------------- /Hands-On RESTful Web Services with Go - Second Edition/HANDSON_RESTFUL_WEB_SERVICES_WITH_GO_SECOND_EDITION.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Hands-On RESTful Web Services with Go - Second Edition/HANDSON_RESTFUL_WEB_SERVICES_WITH_GO_SECOND_EDITION.epub -------------------------------------------------------------------------------- /Hands-On Software Architecture with Golang/Hands-On Software Architecture with Golang.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Hands-On Software Architecture with Golang/Hands-On Software Architecture with Golang.epub -------------------------------------------------------------------------------- /Hands-On Software Architecture with Golang/hands-software-architecture-golang.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Hands-On Software Architecture with Golang/hands-software-architecture-golang.epub -------------------------------------------------------------------------------- /Hands-On System Programming with Go.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Hands-On System Programming with Go.epub -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/LICENSE -------------------------------------------------------------------------------- /Learn Data Structures and Algorithms with Golang- Level up your Go programming skills to develop faster and more efficient code.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Learn Data Structures and Algorithms with Golang- Level up your Go programming skills to develop faster and more efficient code.epub -------------------------------------------------------------------------------- /Mastering Go Create Golang production applications using network.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Mastering Go Create Golang production applications using network.epub -------------------------------------------------------------------------------- /Programming in Go/Programming in Go.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Programming in Go/Programming in Go.epub -------------------------------------------------------------------------------- /Programming in Go/Programming in Go.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/Programming in Go/Programming in Go.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/README.md -------------------------------------------------------------------------------- /The Go Programming Language - Donovan, Alan A. A. & Kernigha.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/The Go Programming Language - Donovan, Alan A. A. & Kernigha.pdf -------------------------------------------------------------------------------- /[Tom-Steele,-Chris-Patten,-Dan-Kottmann]-Black-Hat-Go.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/[Tom-Steele,-Chris-Patten,-Dan-Kottmann]-Black-Hat-Go.pdf -------------------------------------------------------------------------------- /epdf.pub_hands-on-system-programming-with-c-build-robust-an.epub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/epdf.pub_hands-on-system-programming-with-c-build-robust-an.epub -------------------------------------------------------------------------------- /go-design-patterns.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/go-design-patterns.pdf -------------------------------------------------------------------------------- /go-in-action.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/go-in-action.pdf -------------------------------------------------------------------------------- /go-in-practice.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/go-in-practice.pdf -------------------------------------------------------------------------------- /how-to-code-in-go.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/diptomondal007/GoLangBooks/HEAD/how-to-code-in-go.pdf --------------------------------------------------------------------------------