File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Go Load Balancing Algorithm Implementation
22
3+ [ ![ Go Test] ( https://github.com/catwithtudou/load-balancer-algorithm/actions/workflows/go.yml/badge.svg )] ( https://github.com/catwithtudou/load-balancer-algorithm/actions/workflows/go.yml )
4+ [ ![ Go Reference] ( https://pkg.go.dev/badge/github.com/catwithtudou/load-balancer-algorithm.svg )] ( https://pkg.go.dev/github.com/catwithtudou/load-balancer-algorithm )
5+ [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( ../LICENSE )
6+
37> 20250324: I published a blog post about load balancing algorithms
48>
59> To help everyone understand, interested readers can check the [ blog link] ( https://zhengyua.cn/new_blog/blog/2025/03/24/深入理解四种经典负载均衡算法/ ) (in Chinese)
@@ -88,7 +92,7 @@ package main
8892
8993import (
9094 " fmt"
91- " github.com/load-balancer-algorithm/loadbalancer"
95+ " github.com/catwithtudou/ load-balancer-algorithm/loadbalancer"
9296)
9397
9498func main () {
You can’t perform that action at this time.
0 commit comments