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

https://github.com/trilliot/go-test-tools

A Docker image including the latest Go version and a set or test tools
https://github.com/trilliot/go-test-tools

docker-image go golang

Last synced: about 2 months ago
JSON representation

A Docker image including the latest Go version and a set or test tools

Awesome Lists containing this project

README

          

## Go test tools Docker image

If you're looking for a Docker image with built-in test tools, your dreams came true!

### What's included?

Package management:

- [glide](https://github.com/Masterminds/glide)

Styling:

- [golint](https://github.com/golang/lint)

Testing:

- [staticcheck](https://github.com/dominikh/go-tools)
- [gosimple](https://github.com/dominikh/go-tools)