go 환경 조성했으니, 다음을 공부.


간단소개

(한글) https://ko-kr.facebook.com/ClickseoInsight/posts/1510209759197304


예제로 보는 go 샘플

http://learnxinyminutes.com/docs/ko-kr/go-kr/

https://gobyexample.com


Go book

(읽다보면 go 언어가 사랑스러워진다.)

http://www.golang-book.com/



go로 웹 어플리케이션 개발하기 
https://www.gitbook.com/book/astaxie/build-web-application-with-golang/details
(일본어)
http://astaxie.gitbooks.io/build-web-application-with-golang/content/
(영어)
http://astaxie.gitbooks.io/build-web-application-with-golang/content/en/index.html

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 포탈

https://golang.org/


go 언어 공부

(영문) http://tour.golang.org/

(한글) http://go-tour-kr.appspot.com/#1


go language spec (스펙이라 딱딱하다.)

http://golang.org/ref/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 찾기

http://godoc.org/


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 이 익숙해져서..ㅠ)

http://golang.org/pkg/


Interface 좋은 글

http://jordanorelli.com/post/32665860244/how-to-use-interfaces-in-go


Posted by '김용환'
,