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