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 {