From e3bd00cf155e5c80d68d36b19fce09a98e865983 Mon Sep 17 00:00:00 2001 From: Amardeep <74599802+git-amw@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:52:49 +0530 Subject: [PATCH] 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 --- src/data/roadmaps/golang/content/101-go-advanced/index.md | 6 ++++++ 1 file changed, 6 insertions(+) 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/)