feat: add go backend skeleton

This commit is contained in:
Yoilun
2026-05-25 16:04:26 +08:00
parent de20fda424
commit be466ae5fc
8 changed files with 156 additions and 2 deletions

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module codex-agent-manager
go 1.22