helper makefile
This commit is contained in:
parent
cc0395a391
commit
65573a0cb6
1 changed files with 5 additions and 0 deletions
5
Makefile
Normal file
5
Makefile
Normal file
|
@ -0,0 +1,5 @@
|
|||
t:
|
||||
go test ./...
|
||||
|
||||
f:
|
||||
go fmt ./...
|
Loading…
Reference in a new issue