Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/scraly/easy-go


https://github.com/scraly/easy-go

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Easy Go

This repository aim to help people to understand Go/Golang programming language, step by step, concept by concept, in an easy way.

1. [00-install](./concepts/00-install.md)
2. [01-types](./concepts/01-types.md)
3. [02-variable](./concepts/02-variable.md)
4. [03-constant](./concepts/03-constant.md)
5. [04-if-else-conditions](./concepts/04-if-else-conditions.md)
6. [05-switch-case](./concepts/05-switch-case.md)
6. [06-for](./concepts/06-for.md)

TODO: defer

7. [07-function](./concepts/07-function.md)
8. [08-array](./concepts/08-array.md)
9. [09-slice](./concepts/09-slice.md)
9. [10-map](./concepts/10-map.md)
9. [11-struct](./concepts/11-struct.md)
9. [12-interface](./concepts/12-interface.md)
errors?
pointers
channels
goroutines
generics
panic?
for-select?
strings subtilities (len(myString) -> utf8.RuneCountInString(myString))
...