From d0616fae03cdf2160d2dce57be1cf44772b52a34 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 7 Jul 2025 18:52:15 -0500 Subject: add namespace --- repo.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo.proto') diff --git a/repo.proto b/repo.proto index 8389a22..02868de 100644 --- a/repo.proto +++ b/repo.proto @@ -43,7 +43,7 @@ message GoInfo { // `autogenpb } message Repo { // `autogenpb:marshal` `autogenpb:nomutex` - string namespace = 1; // `autogenpb:sort` // this repo is 'go.wit.com/lib/protobuf/gitpb' + string namespace = 1; // `autogenpb:unique` `autogenpb:sort` // this repo is 'go.wit.com/lib/protobuf/gitpb' string fullPath = 2; // `autogenpb:unique` `autogenpb:sort` // the OS path to the .git directory: '/home/devel/golang.org/x/tools' string masterBranchName = 3; // git 'main' or 'master' branch name string develBranchName = 4; // whatever the git 'devel' branch name is -- cgit v1.2.3