Skip to content

Commit

Permalink
remove unused rtree protos
Browse files Browse the repository at this point in the history
  • Loading branch information
timburks committed Jul 13, 2024
1 parent 6d60da2 commit 9afdd3c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 443 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
all:
go install ./...


rpc:
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
mkdir -p pkg/rtreepb
protoc apis/bobadojo/rtree/v1/rtree.proto \
--proto_path='apis' \
--go_opt='module=github.com/bobadojo/stores-server/pkg/rtreepb' \
--go_out='pkg/rtreepb'
32 changes: 0 additions & 32 deletions apis/bobadojo/rtree/v1/rtree.proto

This file was deleted.

Loading

0 comments on commit 9afdd3c

Please sign in to comment.