diff --git a/src/data/roadmaps/golang/content/101-go-advanced/index.md b/src/data/roadmaps/golang/content/101-go-advanced/index.md index 08e1e1c15..1e06f64d1 100644 --- a/src/data/roadmaps/golang/content/101-go-advanced/index.md +++ b/src/data/roadmaps/golang/content/101-go-advanced/index.md @@ -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 you’ve mastered the basics, advancing your knowledge includes understanding complex aspects of Go that can significantly improve your code’s 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/)