mcube icon indicating copy to clipboard operation
mcube copied to clipboard

微服务工具箱

Results 5 mcube issues
Sort by recently updated
recently updated
newest added

安装版本1.9.1之后执行mcube执行mcube -v 不显示版本。看到cmd里的root代码,是直接返回help RunE: func(cmd *cobra.Command, args []string) error { return cmd.Help() }, 没有加version的逻辑

您好,有幸看到你的mcube工具集,发现由于windows路径原因无法在windows Git Bash环境执行make pb命令,以下各人的解决方法,已验证有效,请参考! ```makefil MOD_DIR_WINDOWS := $(shell go env GOPATH | sed -e 's/\\\\\(.\)/\/\1/g' | sed 's/://g')/pkg/mod pb_windows: ## Copy mcube protobuf files to common/pb for Windows @mkdir -pv...

$ go install github.com/infraboard/mcube/cmd/mcube@latest go: github.com/infraboard/mcube/cmd/mcube@latest: module github.com/infraboard/mcube@latest found (v1.9.18), but does not contain package github.com/infraboard/mcube/cmd/m cube 这个如何处理

报错信息: `go: apps/book imports github.com/imdario/mergo: github.com/imdario/[email protected]: parsing go.mod: module declares its path as: dario.cat/mergo but was required as: github.com/imdario/mergo ` 原因: 依赖地址变了,原地址:imdario/mergo 现在地址:dario.cat/mergo 需要手动下载`go get dario.cat/mergo` 并修改`apps->book->app.go `文件

Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. Commits 434eadc language: reject excessively large Accept-Language strings 23407e7 go.mod: ignore cyclic dependency for tagging b18d3dd secure/precis: replace bytes.Compare with bytes.Equal 795e854 all: replace...

dependencies