🐛 FIx cannot resolve service

This commit is contained in:
2024-06-22 20:05:21 +08:00
parent a4ec986b77
commit d654931483
4 changed files with 9 additions and 11 deletions

View File

@ -4,6 +4,8 @@ import (
"fmt"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
_ "github.com/mbobakov/grpc-consul-resolver"
)
type HyperConn struct {