initialize project structure with main, routing, and environment utilities

This commit is contained in:
2025-07-17 04:01:27 +08:00
parent 723f3010a3
commit 47db58b967
3 changed files with 19 additions and 0 deletions

8
go.mod Normal file
View File

@ -0,0 +1,8 @@
module github.com/snowykami/neo-blog
go 1.23.3
require (
github.com/cloudwego/hertz v0.10.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
)