随笔分类 -  golang

golang相关博客
摘要:安装kratos error : not found croptoc 解决 方案: 去github 下载并安装 https://github.com/protocolbuffers/protobuf/releases 将解压后protoc 放到 golang 的 src 目录下 阅读全文
posted @ 2022-11-19 16:33 熵殇 阅读(43) 评论(0) 推荐(0)
摘要:version: "3.8" services: tyche: build: context: . dockerfile: dockerfile-tyche entrypoint: ["/ethgo/tyche_main"] container_name: tyche volumes: - ./do 阅读全文
posted @ 2022-06-16 14:04 熵殇 阅读(165) 评论(0) 推荐(0)