added and removed the requested links (#7134)

pull/7135/head
dsh 1 month ago committed by GitHub
parent 3a24ff7f24
commit ce48c7b594
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      src/data/roadmaps/golang/content/101-go-advanced/103-interfaces.md
  2. 1
      src/data/roadmaps/golang/content/101-go-advanced/111-generics.md
  3. 1
      src/data/roadmaps/golang/content/102-go-building-clis/100-cobra.md

@ -8,5 +8,4 @@ Visit the following resources to learn more:
- [@official@Effective Go: Interfaces](https://go.dev/doc/effective_go#interfaces) - [@official@Effective Go: Interfaces](https://go.dev/doc/effective_go#interfaces)
- [@article@Go by Example: Interfaces](https://gobyexample.com/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@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) - [@video@Understanding Go Interfaces](https://www.youtube.com/watch?v=qJKQZKGZgf0)

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

@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [@opensource@Cobra Github Repo](https://github.com/spf13/cobra) - [@opensource@Cobra Github Repo](https://github.com/spf13/cobra)
- [@official@Cobra Website](https://cobra.dev/) - [@official@Cobra Website](https://cobra.dev/)
- [@article@Cobra Package Documentation](https://pkg.go.dev/github.com/spf13/cobra) - [@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)

Loading…
Cancel
Save