Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.63 KB

Tools.md

File metadata and controls

29 lines (18 loc) · 1.63 KB

Tools

Golang Coding

  1. Go Revive ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint.

Fast, configurable, extensible, flexible, and beautiful linter for Go. Drop-in replacement of golint. Revive provides a framework for development of custom rules, and lets you define a strict preset for enhancing your development & code review processes.

  1. Go Callvis Visualize call graph of a Go program using dot (Graphviz)

go-callvis is a development tool to help visualize call graph of a Go program using interactive view.

  1. Gaia Build powerful pipelines in any programming language.

Gaia is an open source automation platform which makes it easy and fun to build powerful pipelines in any programming language. Based on HashiCorp's go-plugin and gRPC, gaia is efficient, fast, lightweight, and developer friendly. Gaia is currently alpha!

  1. Realize Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.

  2. Gotests Automatically generate Go test boilerplate from your source code.

gotests makes writing Go tests easy. It's a Golang commandline tool that generates table driven tests based on its target source files' function and method signatures. Any new dependencies in the test files are automatically imported.

  1. GoReleaser Deliver Go binaries as fast and easily as possible