11 lines
55 B
Makefile
11 lines
55 B
Makefile
|
|
||
|
|
||
|
run:
|
||
|
go run .
|
||
|
|
||
|
build:
|
||
|
go build .
|
||
|
|
||
|
test:
|
||
|
go test .
|