schmorrison / Zoho

Golang API for Zoho services
MIT License
35 stars 34 forks source link

cant find bitbucket.org/cleanflo/zoho #1

Closed beatscode closed 6 years ago

beatscode commented 6 years ago

Thanks for starting this project. I tried running a test and couldn't get passed the following error. Can't find cleanflo/zoho.

package com.drleonardo/zoho (test)
    imports github.com/schmorrison/Zoho/crm
    imports bitbucket.org/cleanflo/zoho: cannot find package "bitbucket.org/cleanflo/zoho" in any of:
    /usr/local/opt/go/libexec/src/bitbucket.org/cleanflo/zoho (from $GOROOT)
    /Users/alex/projects/go/src/bitbucket.org/cleanflo/zoho (from $GOPATH)
FAIL    com.drleonardo/zoho [setup failed]
Process exiting with code: 1

Any pointers?

schmorrison commented 6 years ago

I seem to have references to the private repo in one of the packages.

I'll take some time tonight to write some good instructions, and make notes of functions that are not working yet.

I'll fix that repo issue right away.