This repository has been archived on 2024-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
golang-rest-example/justfile
2024-02-01 19:57:25 +01:00

5 lines
54 B
Makefile

run:
go run cmd/server.go
gen:
go generate ./...