https://github.com/clouby/go-lang-learning
Learning and Practice - Go Lang
https://github.com/clouby/go-lang-learning
Last synced: 4 months ago
JSON representation
Learning and Practice - Go Lang
- Host: GitHub
- URL: https://github.com/clouby/go-lang-learning
- Owner: clouby
- Created: 2021-10-10T00:29:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-23T21:51:00.000Z (over 3 years ago)
- Last Synced: 2025-01-25T09:42:23.042Z (5 months ago)
- Language: Go
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Lang - Learning and Practice
> All the code stored here is provided by [Tour of Go](https://tour.golang.org/list)
## Basics
- [x] Packages, variables, and functions
- [x] Flow control statements: for, if, else, switch and defer
- [x] More Types: struct, slices and maps## Methods and Interfaces
- [x] Methods and Interfaces## Concurrency
- Goroutines (⚙️)