From 16969ab44b93f279736482e0aeb264a5deb3cca1 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Sat, 16 Nov 2024 17:09:40 +0000 Subject: [PATCH] Update 'README.md' Adding some golang learning and the go8 'framework' to the list --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed3c160..148c3ff 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,14 @@ The awesome list of things. - [Building a WAL in Go](https://www.cloudcentric.dev/building-a-write-ahead-log-in-go/) - [Building classic 2D games in Go](https://threedots.tech/post/making-games-in-go/) - 🔥[go-database-sql.org](http://go-database-sql.org/): The missing "how" docs for `database/sql` package. +- [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. ### CLI Frameworks & Utilities - 🌟[Bubble Tea](https://github.com/charmbracelet/bubbletea): A powerful little TUI framework. - [Tablewriter](https://github.com/olekukonko/tablewriter) Simple ASCII Tables --[Templ](https://templ.guide) build HTML components with Go +- [Templ](https://templ.guide) build HTML components with Go +- [go8](https://github.com/gmhafiz/go8) as best of breed collection of patterns and libraries for building http web applications inspired by the [How I write HTTP services in Go after 13 years](https://grafana.com/blog/2024/02/09/how-i-write-http-services-in-go-after-13-years/) blog post. ### GUI Frameworks