Merge pull request #66 from tbetbetbe/grpc-fix-more-go-package-references

Fixes more go package references
pull/3109/head
Qi Zhao 10 years ago
commit 8189a63b4b
  1. 2
      go/greeter_server/main.go

@ -37,7 +37,7 @@ import (
"log" "log"
"net" "net"
pb "github.com/grpc-common/go/helloworld" pb "github.com/grpc/grpc-common/go/helloworld"
"golang.org/x/net/context" "golang.org/x/net/context"
"google.golang.org/grpc" "google.golang.org/grpc"
) )

Loading…
Cancel
Save