5 lines
58 B
Makefile
5 lines
58 B
Makefile
|
run:
|
||
|
go run main.go
|
||
|
build:
|
||
|
go build -v -ldflags "-s -w"
|