Change project dir structure

This commit is contained in:
Andrew Gutekanst
2020-01-13 17:32:49 -05:00
parent e5257eb6ed
commit 30219b8bcf
16 changed files with 4 additions and 4 deletions

View File

@@ -7,11 +7,11 @@ import (
"os/signal"
"syscall"
"github.com/Andoryuuta/Erupe/channelserver"
"github.com/Andoryuuta/Erupe/config"
"github.com/Andoryuuta/Erupe/entranceserver"
"github.com/Andoryuuta/Erupe/launcherserver"
"github.com/Andoryuuta/Erupe/signserver"
"github.com/Andoryuuta/Erupe/server/channelserver"
"github.com/Andoryuuta/Erupe/server/entranceserver"
"github.com/Andoryuuta/Erupe/server/launcherserver"
"github.com/Andoryuuta/Erupe/server/signserver"
_ "github.com/lib/pq"
"go.uber.org/zap"
)