add TOML-to-Go to the Go Generate Tools list (#2432)

* add TOML-to-Go to the Go Generate Tools list

* add TOML-to-Go to the Go Generate Tools list
This commit is contained in:
xuri 2019-03-20 00:31:56 +08:00 committed by Avelino
parent 790e5993e7
commit f252513250

View File

@ -1869,6 +1869,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [gotests](https://github.com/cweill/gotests) - Generate Go tests from your source code.
* [gounit](https://github.com/hexdigest/gounit) - Generate Go tests using your own templates.
* [re2dfa](https://github.com/opennota/re2dfa) - Transform regular expressions into finite state machines and output Go source code.
* [TOML-to-Go](https://xuri.me/toml-to-go) - Translates TOML into a Go type in the browser instantly.
## Go Tools