tvl-depot/nix/buildGo/example/thing.proto
Kane York 6c98d3d81f fix(nix/buildGo/example): use correct package name
Change-Id: Ie191e4154afe5aa47bb9ea5322010db014a1fa42
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1246
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
2020-07-17 20:01:29 +00:00

10 lines
170 B
Protocol Buffer

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