Update 'README.md'

Adding golang testing resources
main
Drew Bednar 1 week ago
parent b77e064b12
commit 39e9f15570

@ -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

Loading…
Cancel
Save