Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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.
- devd - A local webserver for developers
- consul - Consul is a tool for service discovery, monitoring and configuration.
- yakvs - A small, networked, in-memory key-value store.
- Caddy - Caddy is an alternative, HTTP/2 web server that's easy to configure and use.
-
-
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
Sub Categories