4 lines
51 B
Makefile
4 lines
51 B
Makefile
|
all:
|
||
|
# go build
|
||
|
GO111MODULE="off" go run main.go
|