Skip to content

Commit 49698a5

Browse files
fixup! fix: change module name
1 parent dc0c819 commit 49698a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package main
22

33
import (
4+
pb "github.com/WorldObservationLog/wrapper-manager/proto"
45
"google.golang.org/grpc"
56
"log"
67
"sync"
7-
pb "wrapper-manager/proto"
88
)
99

1010
var LoginConnMap = sync.Map{}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"errors"
66
"flag"
77
"fmt"
8+
pb "github.com/WorldObservationLog/wrapper-manager/proto"
89
"github.com/gofrs/uuid/v5"
910
log "github.com/sirupsen/logrus"
1011
"google.golang.org/grpc"
@@ -17,7 +18,6 @@ import (
1718
"os/user"
1819
"slices"
1920
"strings"
20-
pb "wrapper-manager/proto"
2121
)
2222

2323
var (

0 commit comments

Comments
 (0)