Skip to content

Commit d1bbfda

Browse files
committed
Add goimports command to makefile
1 parent 0c4a54b commit d1bbfda

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,3 +210,7 @@ test:
210210
clean:
211211
rm -rf ${BUILD_DIR}
212212
docker buildx rm smartnode-builder
213+
214+
.PHONY: fmt
215+
fmt:
216+
go run golang.org/x/tools/cmd/goimports@v0.44.0 -local github.com/rocket-pool/smartnode -w .

0 commit comments

Comments
 (0)