4 lines
35 B
Makefile
4 lines
35 B
Makefile
test:
|
|
go test ./...
|
|
|
|
.PHONY: test
|
test:
|
|
go test ./...
|
|
|
|
.PHONY: test
|