Init commit.

Add: simple project structure for `mygo.server`.

Add: README files.
This commit is contained in:
2025-06-20 16:45:01 +08:00
commit c737ff24d8
11 changed files with 534 additions and 0 deletions

3
mygo.server/config.yml Normal file
View File

@ -0,0 +1,3 @@
server:
listen: 0.0.0.0
port: 10086