This commit is contained in:
Karel Vervaeke 2015-06-01 15:29:20 +02:00
parent 9b879d3434
commit e44ebb91ab

View File

@ -58,7 +58,7 @@ machine (version 1.4+ is *required*).
For local dev first make sure Go is properly installed, including setting up a
[GOPATH](https://golang.org/doc/code.html#GOPATH). After setting up Go, you can
downlaod the required build tools such as vet, cover, godep etc by bootstrapping
download the required build tools such as vet, cover, godep etc by bootstrapping
your environment.
```sh