uxtoolkit / cog

The cog package provides functionality to develop reusable components (cogs) for Isomorphic Go web applications.
Other
9 stars 3 forks source link

Unable to install cog using go get #5

Open wandermonk opened 6 years ago

wandermonk commented 6 years ago

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 commented 5 years ago

same here

dxps commented 5 years ago

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