go 환경 조성했으니, 다음을 공부.
간단소개
(한글) https://ko-kr.facebook.com/ClickseoInsight/posts/1510209759197304
예제로 보는 go 샘플
http://learnxinyminutes.com/docs/ko-kr/go-kr/
Go book
(읽다보면 go 언어가 사랑스러워진다.)
cheat sheet
https://github.com/basti1302/go-lang-cheat-sheet
c.c++개발자를 위한 go from 마소
(한글) http://bjc1111.namoweb.net/xe/bbs4/824
PPT 자료
(한글) http://www.slideshare.net/songaal/lets-go-45867246
go 포탈
go 언어 공부
(한글) http://go-tour-kr.appspot.com/#1
go language spec (스펙이라 딱딱하다.)
c++ 개발자를 위한 go
(한글) https://code.google.com/p/golang-korea/wiki/GoForCppDeveloper
(원문) https://github.com/golang/go/wiki/GoForCPPProgrammers
루비 개발자가 본 go의 불편함 (오히려 go 의 특징을 알게됨)
http://xampl.com/so/2012/06/26/a-rubyist-has-some-difficulties-with-go/
go workspace 만들기 및 테스트
http://golang.org/doc/code.html
effective go (약간 딱딱한 느낌)
http://golang.org/doc/effective_go.html
go lib 찾기
go release 확인
https://groups.google.com/forum/#!forum/golang-announce
go 공부 참조
http://golang.org/doc/#articles
Go's Declaration Syntax
http://blog.golang.org/gos-declaration-syntax
https://news.ycombinator.com/item?id=8648280
API 문서 (javadoc 이 익숙해져서..ㅠ)
Interface 좋은 글
http://jordanorelli.com/post/32665860244/how-to-use-interfaces-in-go
'go lang' 카테고리의 다른 글
[Go Lang] Go 언어 맛보기 - NES ROM 에뮬레이터 (0) | 2015.03.26 |
---|---|
[Go Lang] Atom 에서 Go Lang 환경 설정하기 (0) | 2015.03.25 |
go 공부 -switch, semicolon (0) | 2015.03.25 |
[go 개발 환경] martini + tmux + fresh (0) | 2015.03.23 |
Go 웹 개발 툴 : martini 소개 (0) | 2015.03.20 |