grpc / grpc-go

The Go language implementation of gRPC. HTTP/2 based RPC

Home Page:https://grpc.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move pick_first to separate package

zasweq opened this issue · comments

We should move pick_first to it's own package. Right now, it lives in the top level grpc package, which causes weird behavior with the grpc package being required to init pick_first. Also, it would be cleaner if symbols lived in pick_first package rather than grpc.