https://github.com/devleejb/go-lang-study
Study repo for Go Language
https://github.com/devleejb/go-lang-study
golang
Last synced: 10 months ago
JSON representation
Study repo for Go Language
- Host: GitHub
- URL: https://github.com/devleejb/go-lang-study
- Owner: devleejb
- Created: 2023-12-28T00:37:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T13:29:56.000Z (over 1 year ago)
- Last Synced: 2024-12-02T14:35:33.110Z (over 1 year ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-lang-study
이 레포지토리는 Go Language를 학습하고, 정리한 내용을 포함하고 있습니다.
## Documentation
- [Tutorial: Get started with go](/tutorial%3A%20get_started_with_go/) / [Notion 정리](https://devleejb.notion.site/Tutorial-Get-started-with-Go-c2e78c7de715483d91292889f34ba8be?pvs=4)
- [Tutorial: Create a Go module](/tutorial%3A%20create_a_go_module/) / [Notion 정리](https://devleejb.notion.site/Tutorial-Create-a-Go-module-5499a4d5d3624f968246fb9d3c95f04a?pvs=4)
- [Tutorial: Getting started with multi-module workspaces](/tutorial%3A%20getting_started_with_multi-module_workspaces/) / [Notion 정리](https://devleejb.notion.site/Tutorial-Getting-started-with-multi-module-workspaces-7cfc7e04f7f74dcd9b779715515c6222?pvs=4)
- [Goroutines](/goroutines/) / [Notion 정리](https://devleejb.notion.site/Goroutines-5dcbfb1990864939851b85ba165895be?pvs=4)