5 lines
36 B
Makefile
5 lines
36 B
Makefile
test:
|
|
@go test ./...
|
|
|
|
.PHONY: test
|
test:
|
|
@go test ./...
|
|
|
|
.PHONY: test
|