mirror of
https://github.com/cubixle/tuugen.git
synced 2026-04-30 14:28:44 +01:00
wip
This commit is contained in:
@@ -18,7 +18,7 @@ func main() {
|
||||
}
|
||||
|
||||
s := grpc.NewServer()
|
||||
pb.RegisterServiceServer(s, service.New(store))
|
||||
pb.RegisterServiceServer(s, service.New())
|
||||
if err := s.Serve(lis); err != nil {
|
||||
log.Fatalf("failed to serve: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user