diff options
| author | Jeff Carr <[email protected]> | 2024-12-01 22:23:38 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-01 22:23:38 -0600 |
| commit | 45fc9ea257d3f6bd3987858cc472c3e17f50c046 (patch) | |
| tree | 9ea0823baf600c085ead565b04ff3866726da117 /goDep.proto | |
| parent | 2ebdd32040635ac84d173ebb315dc65b35af2b57 (diff) | |
autogenpb now completely automatic
Diffstat (limited to 'goDep.proto')
| -rw-r--r-- | goDep.proto | 2 |
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' ? |
