6 lines
54 B
Makefile
6 lines
54 B
Makefile
|
run:
|
||
|
go run cmd/server.go
|
||
|
|
||
|
gen:
|
||
|
go generate ./...
|