diff --git a/content/go/go-good-reads.md b/content/go/go-good-reads.md index ea85c27..c9f31aa 100644 --- a/content/go/go-good-reads.md +++ b/content/go/go-good-reads.md @@ -45,6 +45,8 @@ Go 메모리 관련 OOM 버그를 수정하는 여정에 관한 이야기 # Generics +## [Deconstructing Type Parameters by The Go Blog](https://go.dev/blog/deconstructing-type-parameters) + # Others ## [Go compiler and runtime meeting notes](https://github.com/golang/go/issues/43930)