We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents de9fb46 + bb18b43 commit 8fc3f90Copy full SHA for 8fc3f90
1 file changed
README.md
@@ -16,6 +16,7 @@ creating [issues][] and submitting [pull requests][].
16
* [glide][]: go dependency management
17
* [golint][]: go source code linter
18
* [gox][]: simple go cross-compiling tool
19
+* [jq][]: command-line JSON processor
20
* [shellcheck][]: static analysis for shell scripts
21
* [upx][]: executable packer
22
@@ -54,6 +55,7 @@ The latest deis/go-dev Docker image is available at:
54
55
[golint]: https://github.com/golang/lint
56
[gox]: https://github.com/mitchellh/gox
57
[issues]: https://github.com/deis/docker-go-dev/issues
58
+[jq]: https://stedolan.github.io/jq/
59
[official go Docker image]: https://hub.docker.com/_/golang/
60
[pull requests]: https://github.com/deis/docker-go-dev/pulls
61
[Quay.io]: https://quay.io
0 commit comments