Skip to content

Commit

Permalink
Add decouple. (#5179)
Browse files Browse the repository at this point in the history
* Add decouple.

* Improve the description of decouple per the suggestion by Sourcery AI (I for one welcome our new robotic code-review overlords).
  • Loading branch information
bobg committed Jan 27, 2024
1 parent 2e8f803 commit f7f046f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3119,6 +3119,7 @@ _Plugin for text editors and IDEs._
## Go Tools

- [colorgo](https://github.com/songgao/colorgo) - Wrapper around `go` command for colorized `go build` output.
- [decouple](https://github.com/bobg/decouple) - Find “overspecified” function parameters that could be generalized with interface types.
- [depth](https://github.com/KyleBanks/depth) - Visualize dependency trees of any package by analyzing imports.
- [docs](https://github.com/go-oas/docs) - Automatically generate RESTful API documentation for GO projects - aligned with Open API Specification standard.
- [go-callvis](https://github.com/TrueFurby/go-callvis) - Visualize call graph of your Go program using dot format.
Expand Down

0 comments on commit f7f046f

Please sign in to comment.