From 85abc2477278ef1a5651ada6a18f8fd1f881f421 Mon Sep 17 00:00:00 2001 From: Unbewohnte <65883674+Unbewohnte@users.noreply.github.com> Date: Sat, 17 Apr 2021 13:24:08 +0300 Subject: [PATCH] Fixed imports --- main.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.go b/main.go index 7e3860d..c3cc88b 100644 --- a/main.go +++ b/main.go @@ -12,10 +12,10 @@ import ( "github.com/nsf/termbox-go" - "./audio" - "./extractor" - "./jsonData" - "./processor" + "github.com/unbewohnte/VideoToAscii/audio" + "github.com/unbewohnte/VideoToAscii/extractor" + "github.com/unbewohnte/VideoToAscii/jsonData" + "github.com/unbewohnte/VideoToAscii/processor" ) var (