Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-go-tools

A list of awesome Go tools. Not like awesome-go here only maintains golang awesome tools.
https://github.com/gobuild/awesome-go-tools

Last synced: 5 days ago
JSON representation

  • Go Compile Helpers

    • Contents

      • colorgo - A wrapper around `go` command for colorized `go build` output.
      • godep - dependency tool for go, godep helps build packages reproducibly by fixing their dependencies.
      • gom - Go Manager - bundle for go.
      • gopm - Go Package Manager
      • gpm - Barebones dependency manager for Go.
      • johnny-deps - Minimal dependency version using Git
      • panicparse - Groups similar goroutines and colorizes stack dump.
      • VenGO - create and manage exportable isolated go virtual environments
      • gigo - PIP-like dependency tool for golang, with support for private repositories and hashes.
      • goop - A simple dependency manager for Go (golang), inspired by Bundler.
      • nut - Vendor Go dependencies
  • Server Applications

    • Contents

      • algernon - HTTP/2 web server with built-in support for Lua, Markdown, GCSS and Amber.
      • Caddy - Caddy is an alternative, HTTP/2 web server that's easy to configure and use.
      • devd - A local webserver for developers
      • etcd - A highly-available key value store for shared configuration and service discovery.
      • consul - Consul is a tool for service discovery, monitoring and configuration.
      • yakvs - A small, networked, in-memory key-value store.
  • Code Analysis

    • Contents

      • GoCover.io - GoCover.io offers the code coverage of any golang package as a service.
      • Golint online - Lints online Go source files on GitHub, Bitbucket and Google Project Hosting using the golint package.
      • goreturns - Adds zero-value return statements to match the func return types.
  • DevOps Tools

    • Contents

      • Gogs - A Self Hosted Git Service in the Go Programming Language.
      • Wide - A Web-based IDE for Teams using Golang.