Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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:

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
- concurrency

Each 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!