2 lines
68 B
Makefile
2 lines
68 B
Makefile
|
fmt:
|
||
|
@gofmt -w -s main.go && goimports -w main.go && go vet main.go
|