diff options
author | Leo Tenenbaum <leonardomtenenbaum@gmail.com> | 2019-06-10 13:25:02 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-10 13:25:02 -0400 |
commit | 2195ccf52b8925fd3c2c7d0337d55588e0a3dc03 (patch) | |
tree | 9da7842e0826d7c8fd41fc5191c8b5ecd3b12def | |
parent | 28cb445198495bfea65714366273c236486c845e (diff) |
-rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |