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

Fixes more go package references
This commit is contained in:
Qi Zhao
2015-02-24 17:33:59 -08:00

View File

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