• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H18-Nov-2021-

firestore/bundle/H18-Nov-2021-

googleapis/H18-Nov-2021-

internal/kokoro/H18-Nov-2021-

protobuf/H18-Nov-2021-

CODE_OF_CONDUCT.mdH A D18-Nov-20211.9 KiB

CONTRIBUTING.mdH A D18-Nov-20211.4 KiB

LICENSEH A D18-Nov-202111.1 KiB

README.mdH A D18-Nov-20211.3 KiB

RELEASING.mdH A D18-Nov-2021167

SECURITY.mdH A D18-Nov-2021329

go.modH A D18-Nov-2021327

go.sumH A D18-Nov-202112.2 KiB

README.md

1Go generated proto packages
2===========================
3
4[![GoDoc](https://godoc.org/google.golang.org/genproto?status.svg)](https://godoc.org/google.golang.org/genproto)
5
6```
7go get google.golang.org/genproto/...
8```
9
10> **IMPORTANT** This repository is currently experimental. The structure
11> of the contained packages is subject to change. Please see the original
12> source repositories (listed below) to find out the status of the each
13> protocol buffer's associated service.
14
15This repository contains the generated Go packages for common protocol buffer
16types, and the generated [gRPC][1] code necessary for interacting with Google's gRPC
17APIs.
18
19The sources for the proto files used in this repository:
20
21* [googleapis/googleapis][2]: the code in the `googleapis` is derived from this
22  repo. The packages here contain types specifically for interacting with Google
23  APIs.
24
25Historically, the packages in the `protobuf` directory used to contain
26generated code for certain well-known types hosted by [google/protobuf][3].
27These types are now hosted by the [`google.golang.org/protobuf`][4] module
28and type aliases are used to forward declarations in this module over to
29declarations in the `protobuf` module.
30
31[1]: http://grpc.io
32[2]: https://github.com/googleapis/googleapis/
33[3]: https://github.com/google/protobuf/
34[4]: https://pkg.go.dev/mod/google.golang.org/protobuf
35