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
go get -u github.com/uxtoolkit/cog
../../../.gvm/pkgsets/go1.11.4/global/src/github.com/uxtoolkit/cog/uxcog.go:27:19: undefined: isokit.TemplateSet
The text was updated successfully, but these errors were encountered:
Hey there,
The packaged moved :)
It's not too involved to get this working.
Enter the following: go get -u go.isomorphicgo.org/go/isokit Then enter: go get -u github.com/uxtoolkit/cog
Go to your %GOPATH%\src\github.com\uxtoolkit\cog folder
Edit line 16 in the import section from "github.com/isomorphicgo/isokit" to "go.isomorphicgo.org/go/isokit"
You're off to the races. Hope this helped!
Sorry, something went wrong.
No branches or pull requests
go get -u github.com/uxtoolkit/cog
github.com/uxtoolkit/cog
../../../.gvm/pkgsets/go1.11.4/global/src/github.com/uxtoolkit/cog/uxcog.go:27:19: undefined: isokit.TemplateSet
The text was updated successfully, but these errors were encountered: