Skip to content

Commit

Permalink
update developer notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkady Emeleyanov committed Feb 15, 2017
1 parent 324106b commit 2a6821c
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,22 @@ if you want.
* Golang >= 1.7.x
* [golint](https://github.com/golang/lint)
* [glide](https://github.com/Masterminds/glide)
* [gover](https://github.com/modocache/gover)
* make


Install developer dependencies:
```
$ go get -u github.com/modocache/gover && \
go get -u github.com/golang/lint/golint && \
go get -u github.com/Masterminds/glide
```
$ glide install
... work work work

$ make test && make lint
Install project dependencies:
```
$ glide install
```

Test and Coverage
* `make test` — linting and testing
* `make coverage && go tool cover -html=coverage.out` — see coverage

0 comments on commit 2a6821c

Please sign in to comment.