From 22e8d9e60a5182728a0462e1cfc45f1491216305 Mon Sep 17 00:00:00 2001 From: Thomas Tempelmann Date: Tue, 20 Nov 2018 13:40:17 +0100 Subject: [PATCH] Change the import from "github.com/gilbertchen/duplicacy/src" to "duplicacy/src" so that a forked project uses the forked "src" dir and not the original one. --- duplicacy/duplicacy_main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/duplicacy/duplicacy_main.go b/duplicacy/duplicacy_main.go index 964f046..c629a9b 100644 --- a/duplicacy/duplicacy_main.go +++ b/duplicacy/duplicacy_main.go @@ -24,7 +24,7 @@ import ( "io/ioutil" - "github.com/gilbertchen/duplicacy/src" + "duplicacy/src" ) const (