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 github.com/linbaozhong/go-cms go build main.go:4:2: cannot find package "cms/controllers" in any of: /home/loongson/Code/go/src/pkg/cms/controllers (from $GOROOT) /home/loongson/Code/oldgo/src/cms/controllers (from $GOPATH) main.go:5:2: cannot find package "cms/models" in any of: /home/loongson/Code/go/src/pkg/cms/models (from $GOROOT) /home/loongson/Code/oldgo/src/cms/models (from $GOPATH) main.go:6:2: cannot find package "cms/utils" in any of: /home/loongson/Code/go/src/pkg/cms/utils (from $GOROOT) /home/loongson/Code/oldgo/src/cms/utils (from $GOPATH)
FIXED go get github.com/linbaozhong/go-cms
global search and replace cms/ with github.com/linbaozhong/go-cms/
go get github.com/axgle/mahonia go get github.com/disintegration/imaging go get github.com/coocood/qbs go get github.com/mattn/go-sqlite3
The text was updated successfully, but these errors were encountered:
edit conf/app.conf:
#for linux path separators LangPath = "static/js/i18n.json"
edit static/js/i18n.json: add some english language resource strings.
Sorry, something went wrong.
No branches or pull requests
go get github.com/linbaozhong/go-cms
go build
main.go:4:2: cannot find package "cms/controllers" in any of:
/home/loongson/Code/go/src/pkg/cms/controllers (from $GOROOT)
/home/loongson/Code/oldgo/src/cms/controllers (from $GOPATH)
main.go:5:2: cannot find package "cms/models" in any of:
/home/loongson/Code/go/src/pkg/cms/models (from $GOROOT)
/home/loongson/Code/oldgo/src/cms/models (from $GOPATH)
main.go:6:2: cannot find package "cms/utils" in any of:
/home/loongson/Code/go/src/pkg/cms/utils (from $GOROOT)
/home/loongson/Code/oldgo/src/cms/utils (from $GOPATH)
FIXED
go get github.com/linbaozhong/go-cms
global search and replace
cms/
with
github.com/linbaozhong/go-cms/
go get github.com/axgle/mahonia
go get github.com/disintegration/imaging
go get github.com/coocood/qbs
go get github.com/mattn/go-sqlite3
The text was updated successfully, but these errors were encountered: