first comm

This commit is contained in:
2024-10-01 06:25:39 +08:00
commit d8b0c2f766
8 changed files with 285 additions and 0 deletions

7
main.go Normal file
View File

@ -0,0 +1,7 @@
package main
import "server-status-be/api"
func main() {
api.Run()
}