初始化捏

This commit is contained in:
des
2026-03-06 00:07:44 +08:00
commit 1271ceeee7
6 changed files with 67 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module example
go 1.25
require (
github.com/zire v0.0.0
)
replace (
github.com/zire v0.0.0 => /home/nobara/projects/zire
)