From ded75c7af127a18cfa1d94d551b22e6bd7b3042d Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 7 Jun 2023 11:20:44 +0100 Subject: [PATCH] chore: add resource under golang:go-basics:structs --- src/data/roadmaps/golang/content/100-go-basics/116-structs.md | 1 + 1 file changed, 1 insertion(+) 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 88a3fcef1..36ef870ec 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,3 +7,4 @@ Visit the following resources to learn more: - [Go Structs](https://go.dev/tour/moretypes/2) - [Go by Example: Structs](https://gobyexample.com/structs) - [Structs in Go](https://www.youtube.com/watch?v=NMTN543WVQY) +- [Structs, Struct tags](https://www.youtube.com/watch?v=0m6ifd9n_cy&list=ploilbko9rg3skrcj37kn5zj803hhiurk6&index=13) \ No newline at end of file