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.
- Host: GitHub
- URL: https://github.com/thiagoneye/course-golang
- Owner: thiagoneye
- Created: 2022-01-11T18:20:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-07T04:14:37.000Z (over 4 years ago)
- Last Synced: 2024-06-20T22:31:15.666Z (about 2 years ago)
- Topics: go, golang, google, programming
- Language: Go
- Homepage:
- Size: 6.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).