mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-05 02:20:28 -05:00
add go-mod-tidy targets to Makefiles
This commit is contained in:
@@ -60,6 +60,10 @@ clean:
|
||||
go clean -i ./...
|
||||
rm -rf $(BIN) $(DIST) assets
|
||||
|
||||
.PHONY: go-mod-tidy
|
||||
go-mod-tidy:
|
||||
@go mod tidy
|
||||
|
||||
.PHONY: fmt
|
||||
fmt:
|
||||
gofmt -s -w $(SOURCES)
|
||||
|
||||
Reference in New Issue
Block a user