Revision 45390b9fb8b05dfae14bc9b0bd2b5ff7d39143f3 authored by Tamir Duberstein on 03 September 2015, 16:57:59 UTC, committed by Tamir Duberstein on 03 September 2015, 17:38:28 UTC
Using Go-style import paths in protos is not idiomatic. Normally, this
detail would be internal to etcd, but the path from which gogoproto
is imported affects downstream consumers (e.g. cockroachdb).

In cockroach, we want to avoid including `$GOPATH/src` in our protoc
include path for various reasons. This patch puts etcd on the same
convention, which allows this for cockroach.

More information: https://github.com/cockroachdb/cockroach/pull/2339#discussion_r38663417

This commit also regenerates all the protos, which seem to have
drifted a tiny bit.
1 parent 1eaf169
Raw File
NOTICE
CoreOS Project
Copyright 2014 CoreOS, Inc

This product includes software developed at CoreOS, Inc.
(http://www.coreos.com/).
back to top