Skip to content

Commit

Permalink
Update data-plane-api. (envoyproxy#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangminzhu authored and kyessenov committed May 7, 2018
1 parent 9daae37 commit 7bfb353
Show file tree
Hide file tree
Showing 30 changed files with 8,806 additions and 2,738 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,7 @@ tools.govet:
tools.golint:
@command -v golint >/dev/null ; if [ $$? -ne 0 ]; then \
echo "--> installing golint"; \
mkdir -p $$GOPATH/src/golang.org/x \
&& git clone https://github.com/golang/lint.git $$GOPATH/src/golang.org/x/lint \
&& go get -u golang.org/x/lint/golint; \
go get -u golang.org/x/lint/golint; \
fi

tools.glide:
Expand Down
Loading

0 comments on commit 7bfb353

Please sign in to comment.