vishalkanaujia / go-tools

Things to make golang development better

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My personal collection of Golang related tools and scripts.

No guarantees and no cost (unless you wanna buy me a beer)

Currently this includes:

  • ./fiximports/ - formats imports properly (but does not fix them)
  • ./gonerator/ - a simple go code generator
  • ./package-coverage/ - a tool to generate cumulative coverage of a per package level (including children)
  • ./regex/ - a regex based refactoring tool

About

Things to make golang development better

License:Apache License 2.0


Languages

Language:Go 100.0%