8 lines
59 B
Makefile
8 lines
59 B
Makefile
default: test
|
|
|
|
test:
|
|
go test ./... -v
|
|
|
|
build:
|
|
go build .
|