Sourcegraph API client library for Go.
Work in progress. If you want to use this, post an issue or contact us @srcgraph.
This repository uses the sourcegraph/sourcegraph.proto
protocol buffers definition file to generate Go structs as well as gRPC clients and servers for various service interfaces.
You need to install and run the protobuf compiler before you can regenerate Go code after you change the sourcegraph.proto
file.
If you run into errors while compiling protobufs, try again with these versions that are known to work:
protoc
- version github.com/google/protobuf@v3.0.0-beta-1
.protoc-gen-gogo
- commit github.com/gogo/protobuf@200875106f3bf0eb01eb297dae30b250a25ffc84
.grpc-go
- commit google.golang.org/grpc@f7d1653e300d6ad9f019bce7a5f5ab3b4821f637
.Install protoc, the protobuf compiler. Find more details in the protobuf README.
Make sure the protoc
binary is in your $PATH
.
Install gogo/protobuf.
go get -u github.com/gogo/protobuf/...
Install grpc:
go get google.golang.org/grpc
Install gen-mocks by running:
go get -u sourcegraph.com/sourcegraph/gen-mocks
Install gopathexec
:
go get -u sourcegraph.com/sourcegraph/gopathexec
Install grpccache-gen
:
go get -u sourcegraph.com/sourcegraph/grpccache/grpccache-gen
sourcegraph.proto
In go-sourcegraph
(this repository), run:
go generate ./...
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。