We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 244a136 commit 6480072Copy full SHA for 6480072
Makefile
@@ -21,7 +21,7 @@ $(GOPATH)/bin/hound: ui/bindata.go $(SRCS)
21
go install github.com/hound-search/hound/cmds/hound
22
23
.build/bin/go-bindata:
24
- GOPATH=`pwd`/.build go get -d github.com/go-bindata/go-bindata/...
+ GOPATH=`pwd`/.build go install github.com/go-bindata/go-bindata/...
25
26
ui/bindata.go: .build/bin/go-bindata node_modules $(wildcard ui/assets/**/*)
27
rsync -r ui/assets/* .build/ui
@@ -37,7 +37,7 @@ test:
37
38
lint:
39
export GO111MODULE=on
40
- go get -d github.com/golangci/golangci-lint/cmd/golangci-lint
+ go install github.com/golangci/golangci-lint/cmd/golangci-lint
41
export GOPATH=/tmp/gopath
42
export PATH=$GOPATH/bin:$PATH
43
golangci-lint run ./...
0 commit comments