6 lines
45 B
Makefile
6 lines
45 B
Makefile
test:
|
|
@go test ./...
|
|
|
|
install:
|
|
@go install
|
test:
|
|
@go test ./...
|
|
|
|
install:
|
|
@go install
|