Thanks, that was it!

On Wednesday, June 1, 2016 at 3:58:55 PM UTC-4, Vorn Mom wrote:
>
> I have a Go package hosted in a private git repo.  The go package consists 
> of a parent package and two sub packages:
>
> github.privaterepo.com/vmom/gizbus
> github.privaterepo.com/vmom/gizbus/amqp
> github.privaterepo.com/vmom/gizbus/upstream
>
> The behavior I'm seeing when I do a "go get" on a package that uses the 
> above package is.
>
> 18:54:05.950 github.privaterepo.com/vmom/gizbus (download)
> 18:54:06.507 Fetching 
> https://github.privaterepo.com/vmom/gizbus/amqp?go-get=1
> 18:54:06.512 Parsing meta tags from 
> https://github.privaterepo.com/vmom/gizbus/amqp?go-get=1 (status code 200)
> 18:54:06.512 get "github.privaterepo.com/vmom/gizbus/amqp": found meta 
> tag main.metaImport{Prefix:"github.privaterepo.com/vmom/gizbus/amqp", 
> VCS:"git", RepoRoot:"git+ssh://g...@github.privaterepo.com/vmom/gizbus.git"} 
> at https://github.privaterepo.com/vmom/gizbus/amqp?go-get=1
> 18:54:06.512 github.privaterepo.com/vmom/gizbus/amqp (download)
> 18:54:06.512 package github.privaterepo.com/vmom/gizbus/amqp: 
> /tmp/tmp.EMjkaI/src/github.privaterepo.com/vmom/gizbus/amqp exists but 
> /tmp/tmp.EMjkaI/src/github.privaterepo.com/vmom/gizbus/amqp/.git does not 
> - stale checkout?
>
> Looks like it downloads the main package, then tries to download the sub 
> packages, but complains that it can't find the .git folder (which is true 
> since it's not at the root of the repo.)  Any ideas what could be wrong? 
> Thanks!
>

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to