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:
parent
a906b9febe
commit
c121adb8e6
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -13,3 +13,6 @@ test:
|
|||
|
||||
clean:
|
||||
go clean ./...
|
||||
|
||||
fmt:
|
||||
gofmt -w=true **/*.go
|
||||
|
|
Loading…
Add table
Reference in a new issue