Skip to content

Commit d791645

Browse files
authored
Update README.md
Fixes #202
1 parent c267e0d commit d791645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
259259

260260
### Garbage Collection
261261

262+
- [A Guide to the Go Garbage Collector](https://go.dev/doc/gc-guide)
262263
- [Getting to Go: The Journey of Go's Garbage Collector](https://go.dev/blog/ismmkeynote)
263264
- [Avoiding high GC overhead with large heaps](https://blog.gopheracademy.com/advent-2018/avoid-gc-overhead-large-heaps/)
264265
- [Golang's Real-time GC in Theory and Practice](https://making.pusher.com/golangs-real-time-gc-in-theory-and-practice/)
@@ -287,7 +288,6 @@ See [Go Books](https://github.com/dariubs/GoBooks) for a list of books, both fre
287288

288289
- [Text normalization in Go](https://blog.golang.org/normalization)
289290
- [Minimal Perfect Hash Functions](https://blog.gopheracademy.com/advent-2017/mphf/)
290-
- [Go Experience Report for Generics: Google metrics API](https://medium.com/@sameer_74231/go-experience-report-for-generics-google-metrics-api-b019d597aaa4)
291291
- [go-internals](https://github.com/teh-cmc/go-internals)
292292
- [Property-based testing in Go](https://earthly.dev/blog/property-based-testing/)
293293
- [Monkey Patching in Go](https://bou.ke/blog/monkey-patching-in-go/)

0 commit comments

Comments
 (0)