5 lines
39 B
Makefile
5 lines
39 B
Makefile
default: test
|
|
|
|
test:
|
|
go test -v ./...
|
default: test
|
|
|
|
test:
|
|
go test -v ./...
|