commit | e9a83575acc16680e93e88fa86844f322fefb7d6 | [log] [tgz] |
---|---|---|
author | Matt Farina <matt@mattfarina.com> | Mon Feb 01 10:03:04 2016 -0500 |
committer | Matt Farina <matt@mattfarina.com> | Mon Feb 01 10:03:04 2016 -0500 |
tree | 726c0490191a1911f023210727a1ca849b26b3e8 | |
parent | 782a80bb05db6d1852edef94a2ae831a6cbde098 [diff] |
Adding messaging when copying from GOPATH in VcsGet
diff --git a/repo/vcs.go b/repo/vcs.go index d463b22..091b91c 100644 --- a/repo/vcs.go +++ b/repo/vcs.go
@@ -268,6 +268,7 @@ } // Having found a repo we copy it to vendor and update it. + msg.Info("Copying package %s from the GOPATH.", dep.Name) msg.Debug("Found %s in GOPATH at %s. Copying to %s", dep.Name, d, dest) err = gpath.CopyDir(d, dest) if err != nil {