5 lines
33 B
Makefile
5 lines
33 B
Makefile
![]() |
all: test
|
||
|
|
||
|
test:
|
||
|
@go test ./...
|