Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Publish initial performance numbers #436

Merged
merged 13 commits into from
Feb 28, 2019
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lint:

.PHONY: install-tools
install-tools:
go get -u golang.org/x/lint/golint

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The -u flag instructs get to use the network to update the named packages and their dependencies. By default, get uses the network to check out missing packages but does not use it to look for updates to existing packages.

I don't think removing this is necessary good. Maybe we should file an issue to restore this after lint fixes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGTM

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the idea is that this is a temporary workaround.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

go get golang.org/x/lint/golint

.PHONY: agent
agent:
Expand Down