2025-05-07 10:21:52 +08:00

8 lines
83 B
Makefile

run:
go run main.go
build:
go build -o bin/server main.go
test:
go test ./...