From 704d06ba87ac8bc4af4abc1ed88efed82df7127d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 20 Nov 2024 15:57:34 -0600 Subject: UpdateGoPath() (probably without memory corruption) --- repo.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo.proto') 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 } -- cgit v1.2.3