summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Tenenbaum <leonardomtenenbaum@gmail.com>2019-06-10 13:25:02 -0400
committerGitHub <noreply@github.com>2019-06-10 13:25:02 -0400
commit2195ccf52b8925fd3c2c7d0337d55588e0a3dc03 (patch)
tree9da7842e0826d7c8fd41fc5191c8b5ecd3b12def
parent28cb445198495bfea65714366273c236486c845e (diff)
Fixed importsHEADmaster
-rw-r--r--main.go4
1 files 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 <https://www.gnu.org/licenses/>.
package main
import (
- "autovcv/autovcv"
- "autovcv/vcv"
+ "github.com/pommicket/autovcv/autovcv"
+ "github.com/pommicket/autovcv/vcv"
"fmt"
"os"
"math/rand"