From 2195ccf52b8925fd3c2c7d0337d55588e0a3dc03 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Mon, 10 Jun 2019 13:25:02 -0400 Subject: Fixed imports --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index 33808a0..38ef718 100644 --- a/main.go +++ b/main.go @@ -19,8 +19,8 @@ along with AutoVCV. If not, see . package main import ( - "autovcv/autovcv" - "autovcv/vcv" + "github.com/pommicket/autovcv/autovcv" + "github.com/pommicket/autovcv/vcv" "fmt" "os" "math/rand" -- cgit v1.2.3