1 // Package lb implements the client-side load balancer pattern. When combined 2 // with a service discovery system of record, it enables a more decentralized 3 // architecture, removing the need for separate load balancers like HAProxy. 4 package lb 5