본문 바로가기

개발 이야기/Go 언어 이야기

Go언어를 공부하기 위한 좋은 사이트

728x90

Go언어를 배우기 위해 좋은 사이트를 모아보았습니다.

 

 

- 가장 빨리 만나는 Go 언어

   :=> http://www.pyrasis.com/go.html

 

- 예제로 배우는 Go 프로그래밍

   :=> http://golang.site/Go/Basics

 

- golang 공식홈페이지

  :=> https://golang.org/doc/

 

  추가로 하기 링크는,

    :=> https://golang.org/doc/tutorial/getting-started

    참고로 getting started는 정말 go언어를 사용하는 개요만 나와 있고,

    공식홈페이지 전체는 https://golang.org/doc/

    를 살펴보면 된다.

 

현재는,

    두 곳인데 계속 추가적으로 업데이트 해나가려 합니다.

 

(추가)

- 하기 링크에서 step bt step으로 go 언어를 학습할 수 있습니다.

   :=> https://go-tour-ko.appspot.com/welcome/1 

 

  처음입문자들에게 유용해보이네요.

 

(추가2)

- 다음 출처에서 유용한 추가 리소들을 퍼왔습니다.

  :=> https://www.youtube.com/watch?v=FpO7m9GsPnk

 

🔗 Resources Start with basics first: How to Write Go Code: https://golang.org/doc/code.html

 

Convenient way to learn go also to use this Go by Example site: https://gobyexample.com/

 

And try your own code using the online playground:

Then move to advanced stuff: https://golang.org/doc/effective_go.html

 

There is also nice page that collects all the common practices. Very useful: https://github.com/golang/go/wiki/CodeReviewComments

 

And here is another one for all the gotchas:

http://devs.cloudimmunity.com/gotchas-and-common-mistakes-in-go-golang/

 

And last but not least, you can always refer to the language spec. It is good source of truth: https://golang.org/ref/spec

 

 

(추가3)

- Go 프로그래밍 입문 (번역본)

  :=> http://codingnuri.com/golang-book/

 

 

(추가0

- MS에서 제공하는 Go 입문 강의들

  :=> https://docs.microsoft.com/ko-kr/learn/browse/?terms=Go

 

 

그럼,

  추가 공유합니다.

 

728x90