Skip to content

Commit 87be7e9

Browse files
committed
docs(README.md): update introductory wording
1 parent 7440e1b commit 87be7e9

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
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
6-
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.
5+
A [Go][] language development toolbox.
6+
7+
Many [Deis Workflow][] components use this Docker image as a standard build and test environment,
8+
but it is intended to be useful to any Go developer. Please help make deis/go-dev better by
9+
creating [issues][] and submitting [pull requests][].
710

811
## Image Contents
912

@@ -41,12 +44,16 @@ The latest deis/go-dev Docker image is available at:
4144
docker pull deis/go-dev
4245
```
4346

47+
[Deis Workflow]: https://deis.com/
4448
[Docker Hub]: https://hub.docker.com
4549
[ginkgo]: https://github.com/onsi/ginkgo
4650
[glide]: https://github.com/Masterminds/glide
51+
[Go]: https://golang.org/
4752
[golint]: https://github.com/golang/lint
4853
[gox]: https://github.com/mitchellh/gox
54+
[issues]: https://github.com/deis/docker-go-dev/issues
4955
[official go Docker image]: https://hub.docker.com/_/golang/
56+
[pull requests]: https://github.com/deis/docker-go-dev/pulls
5057
[Quay.io]: https://quay.io
5158
[shellcheck]: https://github.com/koalaman/shellcheck
5259
[upx]: http://upx.sourceforge.net/

0 commit comments

Comments
 (0)