️ 初始化项目结构,添加主要文件

This commit is contained in:
2025-05-02 02:00:36 +08:00
parent b3b81a00f7
commit e19385b3d0
5 changed files with 5 additions and 0 deletions

5
main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
}

0
models/model.go Normal file
View File

0
router/router.go Normal file
View File

0
rpc/rpc.go Normal file
View File

0
store/store.go Normal file
View File