Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauricioabreu/tutorial-de-go
https://github.com/mauricioabreu/tutorial-de-go
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mauricioabreu/tutorial-de-go
- Owner: mauricioabreu
- Created: 2023-02-07T02:21:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-13T18:53:21.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:43:33.324Z (4 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 11
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aprendendo go
Esse tutorial é destinado para pessoas que desejam conhecer a linguagem go de forma rápida, baseado em iteração e experimentação.
Ordem dos assuntos:
1. [Variables](https://github.com/mauricioabreu/tutorial-de-go/tree/main/variables)
2. [Flow](https://github.com/mauricioabreu/tutorial-de-go/tree/main/flow)
3. [Collections](https://github.com/mauricioabreu/tutorial-de-go/tree/main/collections)
4. [Functions](https://github.com/mauricioabreu/tutorial-de-go/tree/main/functions)
5. [Structs](https://github.com/mauricioabreu/tutorial-de-go/tree/main/structs)
6. [Errors](https://github.com/mauricioabreu/tutorial-de-go/tree/main/errors)
7. [Packages](https://github.com/mauricioabreu/tutorial-de-go/tree/main/packages)
8. [Interfaces](https://github.com/mauricioabreu/tutorial-de-go/tree/main/interfaces)
9. [Generics](https://github.com/mauricioabreu/tutorial-de-go/tree/main/generics)