Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with repo name #1

Closed
sheepkiller opened this issue Aug 23, 2015 · 0 comments
Closed

problem with repo name #1

sheepkiller opened this issue Aug 23, 2015 · 0 comments

Comments

@sheepkiller
Copy link

Hi,
It seems that's go binary (tested with go 1.4.1 and 1.5.0) can't fetch repo because of its name. I forked you repo and renamed it: And it seems it fixed the "go get problem"
FYI, godoc also ignores your repo after I cloned it in $GOPATH.

[sheepkiller@playground ~]$ go get github.com/flier/curator.go
stat github.com/flier/curator.go: no such file or directory
[sheepkiller@playground ~]$ go get https://github.com/sheepkiller/curator-go
package https:/github.com/sheepkiller/curator-go: "https://" not allowed in import path
[sheepkiller@playground ~]$ go get github.com/sheepkiller/curator-go

github.com/sheepkiller/curator-go

go/src/github.com/sheepkiller/curator-go/framework.go:361: undefined: zk.StateSyncConnected
[sheepkiller@playground ~]$

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant