Skip to content

Commit

Permalink
remove glide config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenrui333 committed Aug 16, 2020
1 parent 353e2c3 commit 65c67b2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 45 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ all: prepare lint vet test build

prepare:
go get -v golang.org/x/lint/golint
go get -v github.com/Masterminds/glide
glide install

build:
go install
go build

lint:
for pkg in $(TEST); do golint $$pkg; done
Expand Down
23 changes: 0 additions & 23 deletions glide.lock

This file was deleted.

19 changes: 0 additions & 19 deletions glide.yaml

This file was deleted.

0 comments on commit 65c67b2

Please sign in to comment.