This commit is contained in:
zhuxu 2025-08-15 16:01:02 +08:00
parent f782505c01
commit a8a9e6cf7c
6 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,2 @@
.vscode
logs
*.out
logs

1
config/config.go Normal file
View File

@ -0,0 +1 @@
package config

0
configs/server.json Normal file
View File

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module datart
go 1.24.0

1
log/log.go Normal file
View File

@ -0,0 +1 @@
package log

1
main.go Normal file
View File

@ -0,0 +1 @@
package main