diff --git a/topics.md b/topics.md index 6d4f502..87a76fe 100644 --- a/topics.md +++ b/topics.md @@ -1119,6 +1119,7 @@ ## go +- [GoTestTools/gotestfmt](https://github.com/GoTestTools/gotestfmt) - go test output for humans - [jfeliu007/goplantuml](https://github.com/jfeliu007/goplantuml) - PlantUML Class Diagram Generator for golang projects - [samber/slog-multi](https://github.com/samber/slog-multi) - 🚨 Design workflows of slog handlers: pipeline, middleware, fanout, routing, failover, load balancing... - [teivah/100-go-mistakes](https://github.com/teivah/100-go-mistakes) - 📖 100 Go Mistakes and How to Avoid Them @@ -1361,6 +1362,7 @@ ## golang +- [GoTestTools/gotestfmt](https://github.com/GoTestTools/gotestfmt) - go test output for humans - [sethvargo/go-githubactions](https://github.com/sethvargo/go-githubactions) - Go SDK for GitHub Actions - easily author GitHub Actions in Go - [jfeliu007/goplantuml](https://github.com/jfeliu007/goplantuml) - PlantUML Class Diagram Generator for golang projects - [spicetify/spicetify-cli](https://github.com/spicetify/spicetify-cli) - Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux. @@ -3542,6 +3544,7 @@ ## testing +- [GoTestTools/gotestfmt](https://github.com/GoTestTools/gotestfmt) - go test output for humans - [matryer/moq](https://github.com/matryer/moq) - Interface mocking tool for go generate - [go-testfixtures/testfixtures](https://github.com/go-testfixtures/testfixtures) - Ruby on Rails like test fixtures for Go. Write tests against a real database - [testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go) - Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to p