From 4f6716b3da7b878887f5749da5b3c7330b595909 Mon Sep 17 00:00:00 2001 From: Laurent Demailly Date: Sun, 20 Oct 2024 10:30:45 -0700 Subject: [PATCH] Add link to docker post --- docs/_posts/2024-10-19-no-nonsense-go-package-layout.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/_posts/2024-10-19-no-nonsense-go-package-layout.md b/docs/_posts/2024-10-19-no-nonsense-go-package-layout.md index 706f153..6003245 100644 --- a/docs/_posts/2024-10-19-no-nonsense-go-package-layout.md +++ b/docs/_posts/2024-10-19-no-nonsense-go-package-layout.md @@ -95,4 +95,6 @@ This post is partially in response to what I see is over complication in many sm Ping me on gopher slack (Laurent Demailly) or discord (_dl) if you disagree, have comments etc... or open an [issue](https://github.com/ldemailly/laurentsv/issues) or comment directly below if you're on facebook. -See also / you might like [my other thoughts on go](/blog/2024/09/26/golang-7-years-later.html) +### In the same vein + +You might like [simple effective 7 lines Dockerfile and minimal sized images](/blog/2024/06/25/stop-the-go-and-docker-madness.html) and [my other thoughts on go](/blog/2024/09/26/golang-7-years-later.html).