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

Unable to install cog using go get #5

Open
wandermonk opened this issue Sep 18, 2018 · 2 comments
Open

Unable to install cog using go get #5

wandermonk opened this issue Sep 18, 2018 · 2 comments

Comments

@wandermonk
Copy link

I am running the below command to download. But i am getting an issue

go get -u github.com/uxtoolkit/cog

github.com/uxtoolkit/cog

go\src\github.com\uxtoolkit\cog\uxcog.go:27:19: undefined: isokit.TemplateSet

go version go1.11 windows/amd64

@ymgyt
Copy link

ymgyt commented Nov 10, 2018

same here

@dxps
Copy link

dxps commented Dec 1, 2018

You get this error since isokit is moved to a new home (go.isomorphicgo.org) and the old repo is just FYI.

Both isokit and uxtoolkit has been moved, so these should be installed using:

go get -u go.isomorphicgo.org/go/isokit
go get -u go.isomorphicgo.org/uxtoolkit/cog

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

No branches or pull requests

3 participants