Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Revert "Fix makefile (again)"
Browse files Browse the repository at this point in the history
This reverts commit 08d8af0.
  • Loading branch information
Michael Langan committed Mar 1, 2019
1 parent 08d8af0 commit d39280d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ GO_SRC_FILES = $(shell find $(BASE) -type f -name '*.go')

# Goimports is an improvement over the gofmt tool which groups imports removes unused imports.
$(GOIMPORTS):
go get golang.org/x/tools/cmd/goimports@1c3d964395ce8f04f3b03b30aaed0b096c08c3c6
go get -u golang.org/x/tools/cmd/goimports

#
# Meta targets
Expand Down

0 comments on commit d39280d

Please sign in to comment.