From d747c231f8362e50142d2c6f49d9e0299619f145 Mon Sep 17 00:00:00 2001 From: crusader Date: Fri, 16 Mar 2018 12:17:14 +0900 Subject: [PATCH] ing --- main.go | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/main.go b/main.go index 7728bcd..a224553 100644 --- a/main.go +++ b/main.go @@ -1,19 +1,19 @@ package main import ( - "git.loafle.net/commons_go/logging" + "fmt" + "log" "os" "os/signal" "syscall" - "log" - "fmt" + + "git.loafle.net/commons_go/logging" "git.loafle.net/overflow/overflow_gateway_probe/server" - oogws "git.loafle.net/overflow/overflow_gateway_websocket/server" "git.loafle.net/overflow/overflow_gateway_probe/servlet" + oogws "git.loafle.net/overflow/overflow_gateway_websocket/server" ) - -func main() { +func main() { defer logging.Logger().Sync() @@ -41,4 +41,3 @@ func main() { s.Stop() } -