This commit is contained in:
flowshadow
2025-10-10 20:44:28 +08:00
parent 3db224efeb
commit 6ac6ac5eda
7 changed files with 133 additions and 40 deletions

View File

@@ -1,10 +1,11 @@
package main
import (
"os"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"gitlab.com/texm/shokku/internal/server"
"os"
)
func bootstrapServer() {