-
고언어 ❤️GoLang, 꿀팁싸이트❤️블록체인 Blockchain, 백엔드, 모든 개발자가 꼭 주목해야 하는 프로그래밍 언어 -드림코딩 by 엘리코딩Coding/Go구글이개발함 2022. 3. 23. 21:17728x90
🔗 Resources
Start with basics first: How to Write Go Code: https://golang.org/doc/code.htmlHow to Write Go Code - The Go Programming Language
How to Write Go Code Introduction This document demonstrates the development of a simple Go package inside a module and introduces the go tool, the standard way to fetch, build, and install Go modules, packages, and commands. Note: This document assumes th
go.dev
Convenient way to learn go also to use this Go by Example site: https://gobyexample.com/
Go by Example
gobyexample.com
And try your own code using the online playground:
Then move to advanced stuff: https://golang.org/doc/effective_go.html
Effective Go - The Go Programming Language
Effective Go Introduction Go is a new language. Although it borrows ideas from existing languages, it has unusual properties that make effective Go programs different in character from programs written in its relatives. A straightforward translation of a C
go.dev
There is also nice page that collects all the common practices. Very useful: https://github.com/golang/go/wiki/Cod...
GitHub - golang/go: The Go programming language
The Go programming language. Contribute to golang/go development by creating an account on GitHub.
github.com
And here is another one for all the gotchas: http://devs.cloudimmunity.com/gotchas...
And last but not least, you can always refer to the language spec. It is good source of truth: https://golang.org/ref/spec
The Go Programming Language Specification - The Go Programming Language
go.dev
반응형'코딩Coding > Go구글이개발함' 카테고리의 다른 글
Golang❤️Full Course (0) 2022.09.17 Golang ❤️Tutorial: Build A Beautiful CLI Todo App With Support for Piping (0) 2022.06.29 Golang] Context 패키지 (0) 2022.05.03 Learn Go Programming by Building 11 Projects- freeCodeCamp.org (0) 2022.03.25 GoLang Surprise M1 (pro/max) vs IntelMacBook- Alex Ziskind (0) 2022.01.26 Golang 한글 설명서 & 영문 설명서 (0) 2021.11.28 Go]Go 사용하기(코드 구조, package) (0) 2021.11.28 C언어 쉬운버젼인 Go를 알아보자- 코딩애플 (0) 2021.11.28