1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-13 04:34:13 +02:00

added and removed the requested links (#7134)

This commit is contained in:
dsh
2024-09-16 13:06:39 +01:00
committed by GitHub
parent 3a24ff7f24
commit ce48c7b594
3 changed files with 2 additions and 1 deletions

View File

@@ -8,5 +8,4 @@ Visit the following resources to learn more:
- [@official@Effective Go: Interfaces](https://go.dev/doc/effective_go#interfaces)
- [@article@Go by Example: Interfaces](https://gobyexample.com/interfaces)
- [@video@Golang Tutorial #22 - Interfaces (by Tech With Tim on YouTube)](https://www.youtube.com/watch?v=lh_Uv2imp14)
- [@video@Learn Go Interfaces](https://www.youtube.com/watch?v=KB3ysH8cupY)
- [@video@Understanding Go Interfaces](https://www.youtube.com/watch?v=qJKQZKGZgf0)

View File

@@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [@official@Generics](https://go.dev/doc/tutorial/generics)
- [@official@Go Blog: Generics](https://go.dev/blog/intro-generics)
- [@article@Go by Example: Generics](https://gobyexample.com/generics)
- [@video@Generics Explained](https://www.youtube.com/watch?v=SSRIn5DAmyw)

View File

@@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [@opensource@Cobra Github Repo](https://github.com/spf13/cobra)
- [@official@Cobra Website](https://cobra.dev/)
- [@article@Cobra Package Documentation](https://pkg.go.dev/github.com/spf13/cobra)
- [@video@How to write beautiful Golang CLI](https://www.youtube.com/watch?v=SSRIn5DAmyw)