diff --git a/main.go b/main.go index 326802c..2199ca8 100644 --- a/main.go +++ b/main.go @@ -24,7 +24,7 @@ func init() { } func main() { - logger.Web.Println("test") + logger.Web.Println("test helloo") web.RunServer() go web.Test()