1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-03-09 00:00:02 +01:00

gofmt make target

This commit is contained in:
Florian Weingarten 2015-04-30 13:57:50 -04:00
parent a906b9febe
commit c121adb8e6

View file

@ -13,3 +13,6 @@ test:
clean:
go clean ./...
fmt:
gofmt -w=true **/*.go