Skip to content

Commit 3553daf

Browse files
committed
Improve English README package entry
1 parent 1f155ed commit 3553daf

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

docs/README.en.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

8993
import (
9094
"fmt"
91-
"github.com/load-balancer-algorithm/loadbalancer"
95+
"github.com/catwithtudou/load-balancer-algorithm/loadbalancer"
9296
)
9397

9498
func main() {

0 commit comments

Comments
 (0)