diff options
| author | Jeff Carr <[email protected]> | 2024-11-03 00:41:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-03 00:41:39 -0500 |
| commit | 8dea9ab921fdca434c6a47908d20488621eb820f (patch) | |
| tree | 32d905618747fa6f59ed7939dec8c9bfb2bc6ab0 | |
| parent | 35f764f2bc12553cd93c4f5e7b046f887ec353cb (diff) | |
name correctlyv0.0.1
| -rw-r--r-- | Makefile | 8 | ||||
| -rw-r--r-- | repository.proto (renamed from repo.proto) | 0 |
2 files changed, 4 insertions, 4 deletions
@@ -5,7 +5,7 @@ # go install -all: repo.pb.go +all: repository.pb.go make -C example vet: lint @@ -29,10 +29,10 @@ clean: -rm -f go.* make -C example clean -repo.pb.go: repo.proto +repository.pb.go: repository.proto # protoc --go_out=. droplet.proto # This is switched over to use the new protoc-gen-go from google.golang.org/protobuf/cmd/protoc-gen-go # the debian one (2024/10/21) seems to be the older/original one from github.com/golang/protobuf/protoc-gen-go cd ~/go/src && protoc --go_out=. --proto_path=go.wit.com/lib/protobuf/gitpb \ - --go_opt=Mrepo.proto=go.wit.com/lib/protobuf/gitpb \ - repo.proto + --go_opt=Mrepository.proto=go.wit.com/lib/protobuf/gitpb \ + repository.proto diff --git a/repo.proto b/repository.proto index c415075..c415075 100644 --- a/repo.proto +++ b/repository.proto |
