首页
学习
活动
专区
圈层
工具
发布
    • 综合排序
    • 最热优先
    • 最新优先
    时间不限
  • Go Protobuf 参考教程 - Grpc Go C++ 通信

    所以从官方主页下载最新链接; https://pkg.go.dev/mod/google.golang.org/protobuf 模块主页和说明 https://github.com/protocolbuffers/protobuf-go protobuf-go模块 go get -u google.golang.org/protobuf 下载代码 go get -v go get google.golang.org/protobuf

    1.3K10发布于 2020-12-30
  • 来自专栏实战docker

    gRPC学习之二:GO的gRPC开发环境准备

    unzip text.zip -d $GOPATH/src/golang.org/x/ cd $GOPATH/src/golang.org/x/ mv text-master text echo "4. protobuf-go " cd ~/temp-grpc-install wget https://github.com/protocolbuffers/protobuf-go/archive/master.zip -O protobuf-go.zip

    62730编辑于 2022-05-06
  • 来自专栏王亚昌的专栏

    如何在Go中使用Protobuf

    下载并安装protobuf-go插件 从github上下载插件,并解压(https://github.com/golang/protobuf),得到以下的目录 drwxr-xr-x 6 root root

    1.2K10发布于 2018-08-03
  • 来自专栏golang算法架构leetcode技术php

    proto管理工具buf体验

    cd .. touch buf.gen.yaml 比如我们希望依赖protoc-gen-go(https://github.com/protocolbuffers/protobuf-go)插件来生成golang

    3.6K20编辑于 2023-03-14
领券