From 513f114701fee304f4f56cacc473e694ab2ed2a5 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Sun, 21 Oct 2018 08:49:20 -0600 Subject: [PATCH] no more local123 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index aac1c1a..ea5ec21 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "fmt" "io" "io/ioutil" - "local1/logger" + "local/logger" "net" "net/http" "net/http/httputil"