Skip to content

Commit 3056475

Browse files
committed
Merge pull request #20 from mboersma/update-readme
docs(README.md): list other batteries included
2 parents 859accd + 7fe9e47 commit 3056475

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@
22

33
[![Build Status](https://travis-ci.org/deis/docker-go-dev.svg?branch=master)](https://travis-ci.org/deis/docker-go-dev) [![Docker Repository on Quay](https://quay.io/repository/deis/go-dev/status "Docker Repository on Quay")](https://quay.io/repository/deis/go-dev)
44

5-
## Summary
5+
## Summary
66
The go-dev docker container provides a lightweight Go development environment for use by Deis contributors. Many Deis component builds delegate to containers based on this image, thereby eliminating the need for contributors to install and manage any specific set of development tools and version thereof. Although created for use with Deis development, this image may prove generally useful to the Go community.
77

88
## Image Contents
99

1010
* based on the [official go Docker image](https://hub.docker.com/_/golang/)
1111
* [glide](https://github.com/Masterminds/glide): go dependency management
12+
* [golint](https://github.com/golang/lint): go source code linter
13+
* [ginkgo](https://github.com/onsi/ginkgo): BDD testing framework for go
14+
* [goupx](https://github.com/pwaller/goupx): go-compatible executable packer
15+
* [gox](https://github.com/mitchellh/gox): simple go cross-compiling tool
1216

1317
## Usage
1418

@@ -23,5 +27,3 @@ The latest Docker image is available via:
2327
```
2428
docker pull deis/go-dev
2529
```
26-
27-

0 commit comments

Comments
 (0)