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

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

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 (⚙️)