enocom / gopher-reading-list

A curated selection of blog posts on Go
Apache License 2.0
7.85k stars 577 forks source link

Different ways to initialize Go structs #187

Closed enocom closed 2 years ago

enocom commented 2 years ago

https://asankov.dev/blog/2022/01/29/different-ways-to-initialize-go-structs/

This is a good beginner article.