Go layer requires gocode

Make this clear in the documentation. Otherwise, the user will see the following periodically in the Emacs status line:

```
 (file-error Searching for program no such file or directory gocode)
```
This commit is contained in:
Sridhar Ratnakumar 2015-04-22 14:19:31 -07:00 committed by syl20bnr
parent a8394e4aca
commit a9a0036fe7

View file

@ -8,8 +8,11 @@
- [go contribution layer for Spacemacs](#go-contribution-layer-for-spacemacs) - [go contribution layer for Spacemacs](#go-contribution-layer-for-spacemacs)
- [Description](#description) - [Description](#description)
- [Install](#install) - [Install](#install)
- [Pre-requisites](#pre-requisites)
- [Layer](#layer) - [Layer](#layer)
- [Working with Go](#working-with-go) - [Working with Go](#working-with-go)
- [Go commands (start with `m`):](#go-commands-start-with-m)
- [Go Oracle](#go-oracle)
<!-- markdown-toc end --> <!-- markdown-toc end -->
@ -24,6 +27,16 @@ Features:
## Install ## Install
### Pre-requisites
You will need gocode:
```
go get -u github.com/nsf/gocode
```
Make sure that `gocode` executable is in your PATH.
### Layer ### Layer
To use this contribution add it to your `~/.spacemacs` To use this contribution add it to your `~/.spacemacs`