Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amir-shiati/go-tour
All of the lessons from:
https://github.com/amir-shiati/go-tour
go golang gotour gotour-solutions
Last synced: 6 days ago
JSON representation
All of the lessons from:
- Host: GitHub
- URL: https://github.com/amir-shiati/go-tour
- Owner: amir-shiati
- License: gpl-2.0
- Created: 2022-04-16T08:42:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-20T06:50:12.000Z (over 2 years ago)
- Last Synced: 2023-11-08T18:37:31.931Z (about 1 year ago)
- Topics: go, golang, gotour, gotour-solutions
- Language: Go
- Homepage: https://go.dev/tour
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-tour
Every lesson from [go-tour](https://go.dev/tour/list).
There are 6 lessons:
- basics
- flowcontrol
- moretypes
- methods
- generics
- concurrencyEach have their own practices.
You can find all of them in this repository.
\
Simply clone the repo:
```
git clone https://github.com/amir-shiati/go-tour.git
```That's it. Hope you find this helpful!