1
0
mirror of https://github.com/mgechev/revive.git synced 2025-02-21 19:19:46 +02:00

chore: update makefile & developing

This commit is contained in:
mgechev 2018-09-17 12:23:14 -07:00
parent 6c5c870315
commit 8fcd76f422
No known key found for this signature in database
GPG Key ID: A98CD29F2650FAD2
2 changed files with 3 additions and 6 deletions

View File

@ -11,7 +11,7 @@ go get -u github.com/mgechev/revive
cd $GOPATH/src/github.com/mgechev/revive
```
After that install the dependencies using dep:
After that install the dependencies using go modules:
```bash
make install

View File

@ -1,10 +1,7 @@
.PHONY: test
deps.devtools:
@go get github.com/golang/dep/cmd/dep
install: deps.devtools
@dep ensure -v
install:
@go install
build:
@go build