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

https://github.com/sfeir/golang-100

Go-100 101 training material
https://github.com/sfeir/golang-100

101 basics go golang training

Last synced: about 1 year ago
JSON representation

Go-100 101 training material

Awesome Lists containing this project

README

          

# Golang 100

This project is meant to help learning go. It goes trough the following aspects of the language :

- Installation
- History
- Basics
* Compilation, execution
* Imports
* Vars, consts
* Functions
* Types
- Conditionals
- Loops
- Defer/Panic/Recover
- Type declaration and structures
- Pointers
- Arrays, slices and et maps
- Methods
- Interfaces
- Concurrency, multithreading
* Goroutines
* Channel