We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21a37de commit 1f155edCopy full SHA for 1f155ed
1 file changed
README.md
@@ -1,5 +1,9 @@
1
# Go 负载均衡算法实现
2
3
+[](https://github.com/catwithtudou/load-balancer-algorithm/actions/workflows/go.yml)
4
+[](https://pkg.go.dev/github.com/catwithtudou/load-balancer-algorithm)
5
+[](LICENSE)
6
+
7
[English Version](./docs/README.en.md)
8
9
> 20250324:趁热输出了一篇关于负载均衡算法介绍的博客
@@ -90,7 +94,7 @@ package main
90
94
91
95
import (
92
96
"fmt"
93
- "github.com/load-balancer-algorithm/loadbalancer"
97
+ "github.com/catwithtudou/load-balancer-algorithm/loadbalancer"
98
)
99
100
func main() {
0 commit comments