chore(buildGo): Relayout for depot merge

This commit is contained in:
Vincent Ambo 2019-12-19 15:22:35 +00:00
parent 53630e3b15
commit a8fbdc52c2
9 changed files with 0 additions and 0 deletions

View file

@ -1,10 +0,0 @@
// Copyright 2019 Google LLC.
// SPDX-License-Identifier: Apache-2.0
syntax = "proto3";
package exampleProto;
message Thing {
string id = 1;
string kind_of_thing = 2;
}