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

6 lines
54 B
Makefile
Raw Normal View History

2024-02-01 18:57:25 +00:00
run:
go run cmd/server.go
gen:
go generate ./...