Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/peppapig13132/a-tour-of-go

🌱 A Tour of Go
https://github.com/peppapig13132/a-tour-of-go

go golang

Last synced: 3 days ago
JSON representation

🌱 A Tour of Go

Awesome Lists containing this project

README

        

# A Tour of Go

![Go!](https://github.com/peppapig13132/A-Tour-of-Go/raw/main/assets/image/go.png)

A Tour of Go: https://go.dev/tour/list

## Lessons

### Using the tour
- [x] Welcome! (5)

### Basics
- [x] Packages, variables, and functions. (17)
- [x] Flow control statements: for, if, else, switch and defer (14)
- [x] More types: structs, slices, and maps. (27)

### Methods and interfaces
- [x] Methods and interfaces (26)

### Generics
- [x] Generics (3)

### Concurrency
- [ ] Concurrency (11)

## Install Go
Download and Install: https://go.dev/doc/install

```
go install golang.org/x/website/tour@latest
```