From 4c2109d470f3e83e9b5f8bd1d7c982cf792470bb Mon Sep 17 00:00:00 2001 From: Sanchay Joshi Date: Sun, 18 Aug 2024 05:56:04 +0530 Subject: [PATCH] Add golang struct resource (#6652) --- src/data/roadmaps/golang/content/100-go-basics/116-structs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/golang/content/100-go-basics/116-structs.md b/src/data/roadmaps/golang/content/100-go-basics/116-structs.md index 29c71175e..d7ebc030d 100644 --- a/src/data/roadmaps/golang/content/100-go-basics/116-structs.md +++ b/src/data/roadmaps/golang/content/100-go-basics/116-structs.md @@ -7,4 +7,4 @@ Visit the following resources to learn more: - [@official@Go Structs](https://go.dev/tour/moretypes/2) - [@article@Go by Example: Structs](https://gobyexample.com/structs) - [@video@Structs in Go](https://www.youtube.com/watch?v=NMTN543WVQY) -- [@video@Structs, Struct tags](https://www.youtube.com/watch?v=0m6ifd9n_cy&list=ploilbko9rg3skrcj37kn5zj803hhiurk6&index=13) \ No newline at end of file +- [@video@Struct tags and creating own tags through reflection](https://www.youtube.com/watch?v=vtHZb7gNlbw)