diff options
Diffstat (limited to 'repo.proto')
| -rw-r--r-- | repo.proto | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ message Repo { bool readonly = 6; // if you have write access to the repo bool private = 7; // if the repo can be published string debname = 8; // this is the actual .deb name of the package - string gopath = 9; // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo" + string goPath = 9; // Examples: 'go.wit.com/apps/go-clone' or "~/mythings" or "/home/src/foo" google.protobuf.Timestamp verstamp = 10; // the git commit timestamp of the version } |
