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 /repo.proto | |
| parent | 2ebdd32040635ac84d173ebb315dc65b35af2b57 (diff) | |
autogenpb now completely automatic
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ import "gitTag.proto"; import "goDep.proto"; import "google/protobuf/timestamp.proto"; // Import the well-known type for Timestamp +// global settings for autogenpb `autogenpb:mutex` + message Repo { // `autogenpb:marshal` string fullPath = 1; // the actual path to the .git directory: '/home/devel/golang.org/x/tools' google.protobuf.Timestamp lastPull = 2; // last time a git pull was done |
