From 95af50c443714fffb9806bc37d4e6441ef9d5883 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 28 Dec 2021 18:58:39 +0100 Subject: [PATCH] test --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()