프로그래밍/Golang
Golang 관련 도서 다운로드 및 번역 문서
남용2
2019. 11. 13. 17:06
Golang 관련 도서의 pdf 파일을 다운로드 받을 수 있는 링크는 다음과 같다.
다음은 위 링크에서 Golang 관련 도서 중 영어로 작성된 목록이다.
도서명 |
한글 번역서 |
저자 | 출판사 | 출시일 | 페이지수 |
Concurrency in Go | - | Katherine Cox-Buday | O'RELLY | 2017년 8월 | 224 |
Introducing Go | - | Caleb Doxsey | O'RELLY | 2016년 1월 | 124 |
Machine Learning With Go | - | Daniel Whitenack | Packt | 2017년 9월 | 349 |
The Go Programming Language |
Alan A. A. Donovan Brian W. Kernighan |
2015년 10월 | 400 | ||
Webapps in Go the anti textbook |
- | Suraj Patil | 2017년 4월 | 190 | |
go: Building Web Applications |
- |
Nathan Kozyra Mat Ryer |
Packt | 2016년 8월 | 644 |
Go Design Patterns | - | Mario Castro Contreras | Packt | 2017년 2월 | 361 |
GO IN ACTION | https://book.naver.com/bookdb/book_detail.nhn?bid=9902296 | William Kennedy | MANNING | 2016년 | 262 |
GO IN PRACTICE |
- |
Matt Butcher Matt Farina |
MANNING | 2016년 | 291 |
Go Programming Blueprints 2nd | - | Mat Ryer | Packt | 2016년 10월 | 379 |
Go Web Programming | - | Sau Sheong Chang | MANNING | 2016년 | 314 |
다음은 Golang 관련 사이트 번역 문서의 목록이다.
이름 | 영어 | 한글 | 저장소 |
Effective Go | https://golang.org/doc/effective_go.html | https://gosudaweb.gitbooks.io/effective-go-in-korean/content/ | |
Golang 가이드 | https://www.pigno.se/barn/learn-golang-kr/docs/#/Home | ||
The Go Programming Language Specification | https://golang.org/ref/spec | https://github.com/golangkorea/golang-spec | |
Go by Example | https://mingrammer.com/gobyexample/ | ||
Go | https://golang.org/doc/ | https://github.com/golang-kr/golang-doc/wiki | |
An Introduction to programming in Go | http://codingnuri.com/golang-book/ | ||
Go | https://johngrib.github.io/wiki/Golang/ |