add go-mod-tidy targets to Makefiles

This commit is contained in:
Willy Kloucek
2020-12-18 15:49:08 +01:00
parent 738a32f9b1
commit d2e4c69aee
15 changed files with 76 additions and 0 deletions
+4
View File
@@ -66,6 +66,10 @@ clean:
rm -rf node_modules
rm -rf assets/identifier
.PHONY: go-mod-tidy
go-mod-tidy:
@go mod tidy
.PHONY: fmt
fmt:
gofmt -s -w $(SOURCES)