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