1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-04 07:22:26 +02:00

Add content to advanced go (#6477)

* Add advance Go intro

I've added an introduction to Go advance and included the relevant links

* Update src/data/roadmaps/golang/content/101-go-advanced/index.md

* Update src/data/roadmaps/golang/content/101-go-advanced/index.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Amardeep 2024-08-12 19:52:49 +05:30 committed by GitHub
parent 1b2888b5ef
commit e3bd00cf15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1 +1,7 @@
# Go advanced
Diving deeper into Golang involves exploring the language's more advanced features and best practices to harness its full potential. Once youve mastered the basics, advancing your knowledge includes understanding complex aspects of Go that can significantly improve your codes performance, readability, and maintainability.
Visit the following resources to learn more:
- [@article@Mastering Advance GO](https://www.reddit.com/r/golang/comments/m57vwe/advanced_go_techniques_you_think_everyone_should/)