This repository has been archived on 2026-07-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
codespace/Makefile
T
2026-07-02 15:07:54 +08:00

11 lines
103 B
Makefile

.PHONY: test run fmt
test:
go test ./...
run:
go run ./cmd/server
fmt:
gofmt -w cmd internal pkg