From eb37c0b44927ba539c763ea55c9be95a0b1ec27f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 30 Apr 2025 14:41:14 -0500 Subject: attempt sending a protobuf tree --- table.proto | 1 - 1 file changed, 1 deletion(-) (limited to 'table.proto') diff --git a/table.proto b/table.proto index 34e25a0..a27fc3c 100644 --- a/table.proto +++ b/table.proto @@ -7,7 +7,6 @@ package gitpb; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp import "widget.proto"; // Import the well-known type for Timestamp - message StringRow { Widget header = 1; repeated string vals = 2; -- cgit v1.2.3