12 lines
56 B
Makefile
12 lines
56 B
Makefile
|
|
|
|
run:
|
|
go run .
|
|
|
|
build:
|
|
go build .
|
|
|
|
test:
|
|
go test .
|
|
|