1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Add golang struct resource (#6652)

This commit is contained in:
Sanchay Joshi
2024-08-18 05:56:04 +05:30
committed by GitHub
parent 6a8019f890
commit 4c2109d470

View File

@@ -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)
- [@video@Struct tags and creating own tags through reflection](https://www.youtube.com/watch?v=vtHZb7gNlbw)