Updated GoGenerateTools (markdown)

Viktor Kojouharov 2020-03-10 09:15:03 +01:00
parent 71a798caf7
commit b6d366ea34

@ -25,3 +25,4 @@
* [avo](https://github.com/mmcloughlin/avo) - generate assembly code with Go
* [Wire](https://github.com/google/wire) - Compile-time Dependency Injection for Go
* [sumgen](https://github.com/smasher164/sumgen) - generate interface method implementations from sum-type declarations
* [interface-extractor](https://github.com/urandom/interface-extractor) - generates an interface of a desired type, with only methods used within the package.