简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
windows下docker挂载目录格式
docker run --rm -v D:\xx\go\go1\src\wrap\traefik\webui\static\:/src/webui/static traefik-webui yarn build:nc
git报错fatal: could not read Username for ‘https://git.xxx.cn‘: terminal prompts disabled Confirm
export GIT_TERMINAL_PROMPT=1 # 报错是因为没登录,设置这个后,会提示登录
go包sarama 连接kafka
package resourceimport ("context""fmt""ms_web/configs""github.com/Shopify/sarama")type Kafka struct{client sarama.SyncProducerTopic string}func NewKafka(ctx context.Context, conf *configs.Config) (*Ka
go包-cobra cli应用程序库
go get -u github.com/spf13/cobrago get -u github.com/spf13/cobra/cobra# 安装命令行工具,这样就可以在命令行生成代码cobra init --pkg-name test
到底了