From 39e9f155703bddcd398b7b045f224e1738b9a4e4 Mon Sep 17 00:00:00 2001 From: Drew Bednar Date: Tue, 17 Jun 2025 14:41:10 +0000 Subject: [PATCH] Update 'README.md' Adding golang testing resources --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4239a56..5f436f9 100644 --- a/README.md +++ b/README.md @@ -28,9 +28,12 @@ The awesome list of things. - [Golang middleware](https://blog.questionable.services/article/guide-logging-middleware-go/) - [Circuit Breaker Pattern in Go](https://rednafi.com/go/circuit_breaker/) - [Graceful shutdown](https://victoriametrics.com/blog/go-graceful-shutdown/index.html) +- [Mocking with Mockery / testify](https://www.youtube.com/watch?v=A1eR7TxeGcE&t=142s) ### CLI Frameworks & Utilities +- 🌟 [Testify](https://github.com/stretchr/testify): Golang testing library + - [Mockery](https://github.com/vektra/mockery): An autogen code tool for generating Testify mocks for your interfaces - 🌟[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