spacemacs/layers/+distributions/spacemacs-docker/deps-install/installers/go/README.org

28 lines
1.2 KiB
Org Mode
Raw Normal View History

2016-10-30 11:16:07 +00:00
#+TITLE: go layer dependency installation script
2019-05-07 20:05:06 +00:00
* Table of Contents :TOC_5_gh:noexport:
2017-05-22 14:16:12 +00:00
- [[#description][Description]]
2017-08-28 21:58:10 +00:00
- [[#features][Features:]]
2017-05-22 14:16:12 +00:00
- [[#list-of-installed-software][List of installed software:]]
2016-10-30 11:16:07 +00:00
* Description
Dependency installation script for [[https://github.com/syl20bnr/spacemacs/blob/develop/layers/%2Blang/go/README.org][Go layer.]]
2017-08-28 21:58:10 +00:00
** Features:
- Go support for Docker
2016-10-30 11:16:07 +00:00
* List of installed software:
2019-01-17 21:15:49 +00:00
1. [[https://golang.org/][Go 1.11.4]]
2. [[https://github.com/go-check/check/][check]]
2016-10-30 11:16:07 +00:00
3. [[https://github.com/nsf/gocode][gocode]]
4. [[https://github.com/rogpeppe/godef][godef]]
2019-01-17 21:15:49 +00:00
5. [[https://godoc.org/golang.org/x/tools/cmd/guru][guru]]
2016-10-30 11:16:07 +00:00
6. [[https://godoc.org/golang.org/x/tools/cmd/gorename][gorename]]
7. [[https://godoc.org/golang.org/x/tools/cmd/goimports][goimports]]
8. [[https://github.com/alecthomas/gometalinter][gometalinter]] if =go-use-gometalinter= is =t=
2019-01-17 21:15:49 +00:00
9. [[https://github.com/zmb3/gogetdoc][gogetdoc]]
10. [[https://github.com/cweill/gotests/][gotests]]
2019-01-17 21:15:49 +00:00
11. [[https://github.com/haya14busa/gopkgs][gopkgs]]
12. [[https://github.com/davidrjenni/reftools/tree/master/cmd/fillstruct][fillstruct]]
13. [[https://github.com/josharian/impl][impl]]