From 8ba31ddd8f69ab3721b85e489a5c0945b18bcc6e Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sun, 12 Jan 2025 00:07:28 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b5072c..3313f3f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ The awesome list of things. - [WTF Dial break down](https://www.gobeyond.dev/wtf-dial/): an illustrative way for new golang developers to see how a real web application get's built in golang. - [ML in Go with a Python Sidecar](https://eli.thegreenplace.net/2024/ml-in-go-with-a-python-sidecar/): A work around for not having good ML support in Go. - [Writing secure Go code](https://jarosz.dev/article/writing-secure-go-code/) +- [Which router to choose](https://www.alexedwards.net/blog/which-go-router-should-i-use) +- [Organizing a Go module](https://go.dev/doc/modules/layout#server-project) ### CLI Frameworks & Utilities