init project

This commit is contained in:
daniel.w 2024-08-24 23:12:09 +08:00
commit 3a33e7cc36
2 changed files with 10 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
.idea/
go.sum
account/
gen_result/
etc/service.yaml
client/
.DS_Store

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module code.30cm.net/digimon/proto-all
go 1.22.3