From cbe041c85a01c0660f07d3b47940b91e667c79eb Mon Sep 17 00:00:00 2001 From: hedhyw Date: Sat, 16 Nov 2024 11:15:16 +0200 Subject: [PATCH 1/2] docs: add awesome go badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a9ccc12..9292c98 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ ![Build Status](https://github.com/hedhyw/json-log-viewer/actions/workflows/check.yml/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/hedhyw/json-log-viewer)](https://goreportcard.com/report/github.com/hedhyw/json-log-viewer) [![Coverage Status](https://coveralls.io/repos/github/hedhyw/json-log-viewer/badge.svg?branch=main)](https://coveralls.io/github/hedhyw/json-log-viewer?branch=main) +[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go?tab=readme-ov-file#utilities) An interactive tool for viewing and analyzing complex structured JSON logs. From cdac0c5d7a2c3013b5f4f7e63e4f151583c8f9cc Mon Sep 17 00:00:00 2001 From: hedhyw Date: Sat, 16 Nov 2024 11:16:04 +0200 Subject: [PATCH 2/2] refactor: remove build status badge --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 9292c98..450572f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # JSON Log Viewer ![Version](https://img.shields.io/github/v/tag/hedhyw/json-log-viewer) -![Build Status](https://github.com/hedhyw/json-log-viewer/actions/workflows/check.yml/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/hedhyw/json-log-viewer)](https://goreportcard.com/report/github.com/hedhyw/json-log-viewer) [![Coverage Status](https://coveralls.io/repos/github/hedhyw/json-log-viewer/badge.svg?branch=main)](https://coveralls.io/github/hedhyw/json-log-viewer?branch=main) [![Mentioned in Awesome Go](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go?tab=readme-ov-file#utilities)