Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scraly/easy-go
https://github.com/scraly/easy-go
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/scraly/easy-go
- Owner: scraly
- Created: 2024-01-22T16:50:55.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T19:42:36.000Z (6 months ago)
- Last Synced: 2024-05-21T20:49:26.477Z (6 months ago)
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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))
...