feat(go): 初始化 Go 模块配置

- 创建 go.mod 文件
- 设置模块名为 ogame
- 指定 Go 版本为 1.25.4
This commit is contained in:
coolxitech
2025-12-13 17:02:15 +08:00
parent 9c4cfa02d8
commit 67012cb273

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module ogame
go 1.25.4