This repository serves to accumulate knowledge about the Go language through studies on the functioning, concepts, and applications of the language.
- Go Tour
- Go By Example
- Go Effective: Explains some things that are not in
Go By Example
- Go Effective: Explains some things that are not in
- Full Documentation
- Tutorial: Getting started: It's really "Getting started"
- My Leetcode: I am adding challenges from the most basic to the most complex
.
├── _classes/
│ ├── basic concepts
│ ├── advanced concepts
│ ├── api rest
│ └── databases
├── _classes_projects/
│ └── projects that improve the understanding of concepts
└── _challenges/
├── _leetcode/
│ └── leetcode challenges to practice programming logic
└── projects closer to real ones for training
I will be incrementing as I progress