Skip to content

Commit 1f155ed

Browse files
committed
Improve README package entry
1 parent 21a37de commit 1f155ed

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Go 负载均衡算法实现
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
[English Version](./docs/README.en.md)
48

59
> 20250324:趁热输出了一篇关于负载均衡算法介绍的博客
@@ -90,7 +94,7 @@ package main
9094

9195
import (
9296
"fmt"
93-
"github.com/load-balancer-algorithm/loadbalancer"
97+
"github.com/catwithtudou/load-balancer-algorithm/loadbalancer"
9498
)
9599

96100
func main() {

0 commit comments

Comments
 (0)