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
- Host: GitHub
- URL: https://github.com/trilliot/go-test-tools
- Owner: trilliot
- Created: 2017-05-05T20:58:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T21:47:30.000Z (about 9 years ago)
- Last Synced: 2025-04-01T11:51:50.297Z (about 1 year ago)
- Topics: docker-image, go, golang
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)