From f3613ac9564af0323d00f81664a00230942f15ea Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sat, 13 Oct 2018 19:25:18 -0600 Subject: [PATCH] shhh --- main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 47f2994..2414341 100755 --- a/main.go +++ b/main.go @@ -5,10 +5,10 @@ import ( "errors" "fmt" "io" - "local/jbtserve/jbt" - "local/logger" - "local/natsc" - "local/system/sysconf" + "local1/jbtserve/jbt" + "local1/logger" + "local1/natsc" + "local1/system/sysconf" "net/http" "os" "os/signal"