https://github.com/marcoshuck/golang-course
https://github.com/marcoshuck/golang-course
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/marcoshuck/golang-course
- Owner: marcoshuck
- Created: 2020-10-01T10:58:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T20:28:15.000Z (over 2 years ago)
- Last Synced: 2025-02-05T06:43:48.827Z (3 months ago)
- Language: Go
- Size: 327 KB
- Stars: 0
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer science with Golang
## Lessons
1. Introduction
2. Data types
3. Variables
4. Constants
5. Functions
6. Control structure
7. Advanced data types
8. Object-oriented programming.
9. Polymorphism
10. Go routines