diff --git a/README.md b/README.md index e7fa62d..01f561f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,23 @@ +
+ +![Last commit](https://img.shields.io/github/last-commit/seipan/mylb?style=flat-square) +![Repository Stars](https://img.shields.io/github/stars/seipan/mylb?style=flat-square) +![Issues](https://img.shields.io/github/issues/seipan/mylb?style=flat-square) +![Open Issues](https://img.shields.io/github/issues-raw/seipan/mylb?style=flat-square) +[![go](https://github.com/seipan/mylb/actions/workflows/go.yml/badge.svg)](https://github.com/seipan/loghook/actions/workflows/go.yml) + +eyecatch + # mylb -Implementing a Load Balancer in Golang(just a toy) + + :punch: Implementing a Load Balancer in Golang(just a toy) :punch: + +
+
+ + +
+ + ## Reference [Golangでロードバランサーを実装する](https://bmf-tech.com/posts/Golang%E3%81%A7%E3%83%AD%E3%83%BC%E3%83%89%E3%83%90%E3%83%A9%E3%83%B3%E3%82%B5%E3%83%BC%E3%82%92%E5%AE%9F%E8%A3%85%E3%81%99%E3%82%8B)