feat: 004/phase 1

This commit is contained in:
2025-11-14 23:54:50 +08:00
parent 9692219e0f
commit 0d52bae1e8
34 changed files with 1222 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
GO ?= /home/rogee/.local/go/bin/go
GOCACHE ?= /tmp/go-build
.PHONY: build fmt test test-all run
.PHONY: build fmt test test-all run modules-test
build:
$(GO) build .
@@ -17,3 +17,6 @@ test-all:
run:
$(GO) run . --config ./config.toml
modules-test:
$(GO) test ./internal/hubmodule/...