diff --git a/README.md b/README.md index 40396deb..1777859d 100644 --- a/README.md +++ b/README.md @@ -3050,6 +3050,7 @@ _**Unofficial** set of patterns for structuring projects._ * [Learning Golang - From zero to hero](https://milapneupane.com.np/2019/07/06/learning-golang-from-zero-to-hero/) - Getting started with golang for beginner. * [package main](https://www.youtube.com/packagemain) - YouTube channel about Programming in Go. * [Programming with Google Go](https://www.coursera.org/specializations/google-golang) - Coursera Specialization to learn about Go from scratch. +* [Saving a Third of Our Memory by Re-ordering Go Struct Fields](https://qvault.io/golang/struct-field-ordering-memory/) - How inefficient field ordering in Go structs * [The world’s easiest introduction to WebAssembly with Golang](https://medium.com/@martinolsansky/webassembly-with-golang-is-fun-b243c0e34f02) * [Working with Go](https://github.com/mkaz/working-with-go) - Intro to go for experienced programmers. * [Your basic Go](https://yourbasic.org/golang) - Huge collection of tutorials and how to's.