-
I'm trying to build the current version of vault from master (git clone https://github.com/hashicorp/vault). I read the README.md file and tried:
```
(testing)ip-192-168-0-111:vault testuser$ export …
-
For example I want to pass flag to `golint`.
Thanks.
-
We should run `go vet` (http://godoc.org/golang.org/x/tools/cmd/vet) against our packages to catch potential issues.