Roll back the import path change 'import duplicacy/src'

Import paths are relative to $GOPATH and $GOROOT, so 'import duplicacy/src'
unfortunately doesn't work.
This commit is contained in:
Gilbert Chen
2019-04-27 21:54:19 -04:00
parent e56efc1d3a
commit a73ed462b6

View File

@@ -24,7 +24,7 @@ import (
"io/ioutil"
"duplicacy/src"
"github.com/gilbertchen/duplicacy/src"
)
const (