From 118124d63ab5fa91e37e2d96c65cd07af50a7912 Mon Sep 17 00:00:00 2001 From: Shotaro Yamasaki <88176012+seipan@users.noreply.github.com> Date: Fri, 29 Sep 2023 02:38:42 +0900 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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)