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