From 8c140f276785c109ccbe7ffbec7cc3d2ddad1d39 Mon Sep 17 00:00:00 2001 From: daniel holdsworth Date: Mon, 16 Sep 2024 13:06:11 +0100 Subject: [PATCH] added and removed the requested links --- .../roadmaps/golang/content/101-go-advanced/103-interfaces.md | 1 - src/data/roadmaps/golang/content/101-go-advanced/111-generics.md | 1 + .../roadmaps/golang/content/102-go-building-clis/100-cobra.md | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/golang/content/101-go-advanced/103-interfaces.md b/src/data/roadmaps/golang/content/101-go-advanced/103-interfaces.md index e074c6742..fb0ae34db 100644 --- a/src/data/roadmaps/golang/content/101-go-advanced/103-interfaces.md +++ b/src/data/roadmaps/golang/content/101-go-advanced/103-interfaces.md @@ -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) diff --git a/src/data/roadmaps/golang/content/101-go-advanced/111-generics.md b/src/data/roadmaps/golang/content/101-go-advanced/111-generics.md index 6c19a2fc2..f182b93d2 100644 --- a/src/data/roadmaps/golang/content/101-go-advanced/111-generics.md +++ b/src/data/roadmaps/golang/content/101-go-advanced/111-generics.md @@ -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) diff --git a/src/data/roadmaps/golang/content/102-go-building-clis/100-cobra.md b/src/data/roadmaps/golang/content/102-go-building-clis/100-cobra.md index b55738a33..0a4d9863c 100644 --- a/src/data/roadmaps/golang/content/102-go-building-clis/100-cobra.md +++ b/src/data/roadmaps/golang/content/102-go-building-clis/100-cobra.md @@ -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)