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