Go언어를 배우기 위해 좋은 사이트를 모아보았습니다.
- 가장 빨리 만나는 Go 언어
:=> http://www.pyrasis.com/go.html
- 예제로 배우는 Go 프로그래밍
:=> http://golang.site/Go/Basics
- golang 공식홈페이지
추가로 하기 링크는,
:=> 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
(사족)
더 좋은 정보를 공유하도록 저에게 힘을 실어 보내주세요.
그런 의미에서 커피 한잔 사주실래요 ^^
=> https://www.buymeacoffee.com/openbini
그럼,
정보 공유합니다. https://freenanum.github.io/Market/#/
'개발 이야기 > Go 언어 이야기' 카테고리의 다른 글
Go 언어의 프레임워크, 라이브러리, 그리고 소프트웨어 (0) | 2021.04.24 |
---|---|
Go 언어로 모바일앱을 만들 수 있다~ (0) | 2021.04.23 |
Go 언어로 어떤 분야의 개발이 가능할까요? (1) | 2021.04.23 |
"고, 무엇에 좋은가" 고 언어의 기능과 제약, 그리고 발전 방향 (0) | 2021.04.22 |
Go vs Rust 언어 - 미래 전망은? (3) | 2021.03.03 |