From 840eb64aa020c2eb6c03a542826bc6fd7fb745e2 Mon Sep 17 00:00:00 2001 From: Steve Date: Fri, 1 Oct 2021 14:29:05 -0400 Subject: [PATCH] wrong package --- main.go | 2 +- server.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index c212233..ffc0f7f 100644 --- a/main.go +++ b/main.go @@ -1,4 +1,4 @@ -package tome_ws +package main import ( coordinator "git.saintnet.tech/tomecraft/tome_server" diff --git a/server.go b/server.go index 14cac21..36a3077 100644 --- a/server.go +++ b/server.go @@ -1,4 +1,4 @@ -package tome_ws +package main import ( "log"