mirror of https://github.com/tidwall/tile38.git
26d0083faf
commit a1a37d335a8e89ac89d85c00c8585d3fc02e064a Author: Josh Baker <joshbaker77@gmail.com> Date: Thu Oct 5 07:36:54 2017 -0700 use symlink instead of copy commit 96399c2c92620f633611c778e5473200bfd48d41 Author: Josh Baker <joshbaker77@gmail.com> Date: Thu Oct 5 07:19:26 2017 -0700 use dep for vendoring |
||
---|---|---|
.. | ||
googleapis | ||
protobuf | ||
.travis.yml | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md | ||
regen.go | ||
regen.sh |
README.md
Go generated proto packages
IMPORTANT This repository is currently experimental. The structure of the contained packages is subject to change. Please see the original source repositories (listed below) to find out the status of the each protocol buffer's associated service.
This repository contains the generated Go packages for common protocol buffer types, and the generated gRPC code necessary for interacting with Google's gRPC APIs.
There are two sources for the proto files used in this repository:
- google/protobuf: the code in the
protobuf
andptypes
subdirectories is derived from this repo. The messages inprotobuf
are used to describe protocol buffer messages themselves. The messages underptypes
define the common well-known types. - googleapis/googleapis: the code in the
googleapis
is derived from this repo. The packages here contain types specifically for interacting with Google APIs.