8 lines
60 B
Makefile
8 lines
60 B
Makefile
test:
|
|
go test
|
|
|
|
format:
|
|
gofmt -w *.go
|
|
|
|
.PHONY: format test
|