From 4aaf45fd14f374915235e1e0e5079170227a36f9 Mon Sep 17 00:00:00 2001 From: oneils Date: Thu, 26 May 2022 21:58:54 +0200 Subject: [PATCH] Added a workflow status badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c6c3ea1..78d7668 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # go-eureka-client +![go-eureka-client](https://github.com/oneils/go-eureka-client/actions/workflows/go.yml/badge.svg) + Eureka client for Go projects for fetching all registered application in Eureka or fetching any available instance IP by application's name.