Skip to content

Commit 5af6516

Browse files
committed
add goimports to tools
1 parent 68b089c commit 5af6516

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/generator-go-sdk/GNUmakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
default: build
22

3-
build:
3+
build: tools
44
go build .
55

66
fmt:
@@ -13,7 +13,7 @@ test: build
1313
go test -v ./...
1414

1515
tools:
16-
@echo "==> no tools required at this time."
16+
@go install golang.org/x/tools/cmd/goimports@latest
1717

1818
.PHONY: build fmt run test tools
1919

0 commit comments

Comments
 (0)