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>pull/6512/head
parent
1b2888b5ef
commit
e3bd00cf15
1 changed files with 6 additions and 0 deletions
@ -1 +1,7 @@ |
|||||||
# Go advanced |
# 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/) |
||||||
|
Loading…
Reference in new issue