chore: update the module path in grpc proto file
Some checks failed
Go Tests / Run Tests (1.24.2) (push) Failing after 15m4s

This commit is contained in:
Jeremy Tregunna 2025-05-02 23:51:11 -06:00
parent 86194e5daa
commit 7f825cae46
Signed by: jer
GPG Key ID: 1278B36BA6F5D5E4
2 changed files with 26 additions and 26 deletions

View File

@ -16,7 +16,7 @@ This package provides a Go client for connecting to a Kevo database server. The
## Installation
```bash
go get github.com/jeremytregunna/kevo
go get github.com/KevoDB/kevo
```
## Quick Start
@ -29,8 +29,8 @@ import (
"fmt"
"log"
"github.com/jeremytregunna/kevo/pkg/client"
_ "github.com/jeremytregunna/kevo/pkg/grpc/transport" // Register gRPC transport
"github.com/KevoDB/kevo/pkg/client"
_ "github.com/KevoDB/kevo/pkg/grpc/transport" // Register gRPC transport
)
func main() {

View File

@ -2,7 +2,7 @@ syntax = "proto3";
package kevo;
option go_package = "github.com/jeremytregunna/kevo/pkg/grpc/proto;proto";
option go_package = "github.com/KevoDB/kevo/pkg/grpc/proto;proto";
service KevoService {
// Key-Value Operations