diff --git a/main.go b/main.go index 579e8e3..d8c73eb 100644 --- a/main.go +++ b/main.go @@ -4,5 +4,4 @@ import "github.com/cdle/sillyGirl/core" func main() { core.RunServer() - select {} }