Updated GoGenerateTools (markdown)

Damian Gryski 2020-07-21 17:42:37 -07:00
parent 2155f1625b
commit cacdd4fc59

@ -28,4 +28,6 @@
* [interface-extractor](https://github.com/urandom/interface-extractor) - generates an interface of a desired type, with only methods used within the package. * [interface-extractor](https://github.com/urandom/interface-extractor) - generates an interface of a desired type, with only methods used within the package.
* [deep-copy](https://github.com/globusdigital/deep-copy) - creates a deep copy method for the given types. * [deep-copy](https://github.com/globusdigital/deep-copy) - creates a deep copy method for the given types.
* [libfsm](https://github.com/katef/libfsm) - fsm toolkit supporting (among others) Go and Go-flavored amd64 assembly for matching regexps * [libfsm](https://github.com/katef/libfsm) - fsm toolkit supporting (among others) Go and Go-flavored amd64 assembly for matching regexps
* [re2c](https://re2c.org/index.html) - lexer generator for C, C++ and Go. * [re2c](https://re2c.org/index.html) - lexer generator for C, C++ and Go
* [re2dfa](https://gitlab.com/opennota/re2dfa) - Transform regular expressions into finite state machines and output Go source code