From 2a54cb2d48105afe69e95ccc1469235d3ff837c3 Mon Sep 17 00:00:00 2001 From: Nulo Date: Thu, 19 Jan 2023 22:45:58 -0300 Subject: [PATCH] Go: Shrink your Go binaries with this one weird trick --- Go.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.md b/Go.md index 352d9de..559fb40 100644 --- a/Go.md +++ b/Go.md @@ -1,2 +1,3 @@ ## Links - [Jeffail/tunny: A goroutine pool for Go](https://github.com/Jeffail/tunny) +- [Shrink your Go binaries with this one weird trick](https://words.filippo.io/shrink-your-go-binaries-with-this-one-weird-trick/)