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

https://github.com/thiagoneye/course-golang

Go language studies.
https://github.com/thiagoneye/course-golang

go golang google programming

Last synced: 6 months ago
JSON representation

Go language studies.

Awesome Lists containing this project

README

          

# course-golang

Go language studies from the YouTube.

All files were based on the course from the cited website.

- https://www.youtube.com/c/AprendaGo
- https://github.com/ellenkorbes/aprendago
- https://github.com/ashleymcnamara/gophers

## Contents

1. Overview
2. [Variables, values and types](https://github.com/thiagoneye/course-golang/tree/main/cap02)
3. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap03)
4. [Programming Fundamentals](https://github.com/thiagoneye/course-golang/tree/main/cap04)
5. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap05)
6. [Control Flow](https://github.com/thiagoneye/course-golang/tree/main/cap06)
7. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap07)
8. [Data Grouping](https://github.com/thiagoneye/course-golang/tree/main/cap08)
9. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap09)
10. [Structs](https://github.com/thiagoneye/course-golang/tree/main/cap10)
11. [Exercises](https://github.com/thiagoneye/course-golang/tree/main/cap11)
12. Functions
13. Exercises
14. Pointers
15. Exercises
16. Aplications
17. Exercises
18. Concurrence
19. Development
20. Exercises
21. Channels
22. Exercises
23. Error Handling
24. Exercises
25. Documentation
26. Exercises
27. Tests and Benchmarking

## Others

See also the repositories [beecrowd-programming](https://github.com/thiagoneye/beecrowd-programming) and [book-golang](https://github.com/thiagoneye/book-golang).