We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am running the below command to download. But i am getting an issue
go get -u github.com/uxtoolkit/cog
go\src\github.com\uxtoolkit\cog\uxcog.go:27:19: undefined: isokit.TemplateSet
go version go1.11 windows/amd64
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
You get this error since isokit is moved to a new home (go.isomorphicgo.org) and the old repo is just FYI.
isokit
Both isokit and uxtoolkit has been moved, so these should be installed using:
uxtoolkit
go get -u go.isomorphicgo.org/go/isokit go get -u go.isomorphicgo.org/uxtoolkit/cog
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: