4 lines
105 B
Makefile
4 lines
105 B
Makefile
run:
|
|
CGO_ENABLED=1 go run ./main.go serve
|
|
serveinit:
|
|
CGO_ENABLED=1 go run ./main.go serve --init
|