Skip to content

Commit

Permalink
Apply 'make goimports' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvagabund committed Sep 4, 2019
1 parent d4644b2 commit 6fc8f0a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ vendor:

.PHONY: generate
generate:
go generate ./pkg/... ./cmd/...
$(DOCKER_CMD) go generate ./pkg/... ./cmd/...
hack/goimports.sh .

.PHONY: test
test: unit
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion pkg/client/mock/client_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6fc8f0a

Please sign in to comment.