1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-17 14:41:52 +02:00

chore: add resource under golang:go-basics:structs

This commit is contained in:
Kamran Ahmed
2023-06-07 11:20:44 +01:00
parent 557c426078
commit ded75c7af1

View File

@@ -7,3 +7,4 @@ Visit the following resources to learn more:
- [Go Structs](https://go.dev/tour/moretypes/2) - [Go Structs](https://go.dev/tour/moretypes/2)
- [Go by Example: Structs](https://gobyexample.com/structs) - [Go by Example: Structs](https://gobyexample.com/structs)
- [Structs in Go](https://www.youtube.com/watch?v=NMTN543WVQY) - [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)