Skip to content

Commit

Permalink
docs(README): add badges for go report card, CI status, license, and …
Browse files Browse the repository at this point in the history
…go.dev

- Added badges for go report card, CI status, MIT license, and Go.Dev
  reference in the README.md.
- These badges provide quick insights into the code quality, build
  status, licensing information, and Go documentation, enhancing the
  repository's readability and trustworthiness.

ci: rename workflow file for clarity

- Renamed `.github/workflows/go.yml` to `.github/workflows/tests.yml`.
- This change clarifies the purpose of the workflow, indicating its
  role in running tests.
  • Loading branch information
YidiDev committed Sep 27, 2024
1 parent 721c035 commit 8e36e9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

A high-performance Echo middleware library for routing based on the host. This library facilitates the configuration of different routes and behaviors for distinct hostnames, enhancing the ability to host multi-tenant applications on a single server.

[![go report card](https://goreportcard.com/badge/github.com/YidiDev/echo-host-route "go report card")](https://goreportcard.com/report/github.com/YidiDev/echo-host-route)
[![Go](https://github.com/YidiDev/echo-host-route/actions/workflows/tests.yml/badge.svg)](https://github.com/YidiDev/echo-host-route/actions/workflows/tests.yml)
[![MIT license](https://img.shields.io/badge/license-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/github.com/YidiDev/echo-host-route?tab=doc)

## Installation

Add the module to your project by running:
Expand Down

0 comments on commit 8e36e9b

Please sign in to comment.