summaryrefslogtreecommitdiff
path: root/goDep.proto
diff options
context:
space:
mode:
Diffstat (limited to 'goDep.proto')
-rw-r--r--goDep.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/goDep.proto b/goDep.proto
index 41af614..df374f5 100644
--- a/goDep.proto
+++ b/goDep.proto
@@ -6,6 +6,8 @@ package gitpb;
import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp
+// global settings for autogenpb `autogenpb:mutex`
+
message GoDep { // `autogenpb:marshal`
string hash = 1; // `autogenpb:unique` // md5sum/hash value from the go.sum file
google.protobuf.Timestamp ctime = 2; // get the go date from 'go list' ?