Added a guided-learning section (#4816)

Co-authored-by: Elliot Forbes <elliotforbes@Elliots-MBP-2.localdomain>
This commit is contained in:
Elliot Forbes 2023-05-10 17:07:46 +01:00 committed by GitHub
parent 33967055c8
commit 49c212424e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -196,6 +196,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
- [Reddit](#reddit)
- [Websites](#websites)
- [Tutorials](#tutorials)
- [Guided Learning Paths](#guided-learning)
**[⬆ back to top](#contents)**
@ -3519,3 +3520,10 @@ _Add the group of your city/country here (send **PR**)_
- [Your basic Go](https://yourbasic.org/golang) - Huge collection of tutorials and how to's.
**[⬆ back to top](#contents)**
### Guided Learning
- [The Go Developer Roadmap](https://roadmap.sh/golang) - A visual roadmap that new Go developers can follow through to help them learn Go.
- [The Go Learning Path](https://tutorialedge.net/paths/golang/) - A guided learning path containing a mix of free and premium resources.
**[⬆ back to top](#contents)**