From 0ba611b36b25875d7255204e35ef20af990a8a81 Mon Sep 17 00:00:00 2001 From: Thomas Schwery Date: Wed, 12 Jul 2017 11:15:45 +0200 Subject: [PATCH] Fix import error --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index f96a073..63f9ebe 100644 --- a/main.go +++ b/main.go @@ -25,7 +25,7 @@ import ( terminal "github.com/wayneashleyberry/terminal-dimensions" - InternalUtils "./internals/" + InternalUtils "./internals" ESI "./client"