mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add decouple. (#5179)
* Add decouple. * Improve the description of decouple per the suggestion by Sourcery AI (I for one welcome our new robotic code-review overlords).
This commit is contained in:
parent
2e8f8032af
commit
f7f046f008
@ -3119,6 +3119,7 @@ _Plugin for text editors and IDEs._
|
|||||||
## Go Tools
|
## Go Tools
|
||||||
|
|
||||||
- [colorgo](https://github.com/songgao/colorgo) - Wrapper around `go` command for colorized `go build` output.
|
- [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.
|
- [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.
|
- [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.
|
- [go-callvis](https://github.com/TrueFurby/go-callvis) - Visualize call graph of your Go program using dot format.
|
||||||
|
Loading…
Reference in New Issue
Block a user