summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-20 15:57:34 -0600
committerJeff Carr <[email protected]>2024-11-20 15:57:34 -0600
commit704d06ba87ac8bc4af4abc1ed88efed82df7127d (patch)
tree57c9fed02e508c51b50cb046e9fae3662f0e02a0 /repo.proto
parentf1c2695662ea01e05271505e7d5c49f8590b7ff7 (diff)
UpdateGoPath() (probably without memory corruption)
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.proto b/repo.proto
index f1d307b..4e07d79 100644
--- a/repo.proto
+++ b/repo.proto
@@ -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
}