5 lines
69 B
Makefile
5 lines
69 B
Makefile
|
build:
|
||
|
go run cmd/main.go
|
||
|
gofmt -w std.go
|
||
|
go test -v -cover ./...
|