func google.golang.org/grpc/balancer.Register

3 uses

	google.golang.org/grpc/balancer (current package)
		balancer.go#L58: func Register(b Builder) {

	google.golang.org/grpc/balancer/pickfirst
		pickfirst.go#L49: 	balancer.Register(pickfirstBuilder{})

	google.golang.org/grpc/balancer/roundrobin
		roundrobin.go#L40: 	balancer.Register(builder{})