/go-cli-tools

productivity cli-tools for the go language

Primary LanguageGoGNU General Public License v3.0GPL-3.0

#cli-tools

author mparaiso mparaiso@online.fr

copyright 2015 mparaiso

license GPL-3.0

cli-tools are a serie of tools for go developers, aimed at easing the writing of go code. These tools are built around code generation and are meant to be used in a cli

Here is the current list of tools:

  • getset : generate getters and setters from struct fields.
  • extract-interface : generate interfaces from structs that have methods.