Updated GoGenerateTools (markdown)

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

@ -24,4 +24,5 @@
* [swagger-gen-types](https://github.com/dnephin/swagger-gen-types) - go types from swagger specifications
* [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
* [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.