From 96dc1a5c53b71b378766902cde27b6a29502c89f Mon Sep 17 00:00:00 2001 From: Mohamed Allam Date: Wed, 10 Aug 2022 20:20:08 +0100 Subject: [PATCH] Adding badges, Go reference, and report card Go report card and Go reference [Go report card](https://goreportcard.com/report/github.com/vingarcia/ksql) [Go Reference](https://pkg.go.dev/github.com/vingarcia/ksql) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6d019d0..20e03df 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ [![CI](https://github.com/VinGarcia/ksql/actions/workflows/ci.yml/badge.svg)](https://github.com/VinGarcia/ksql/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/VinGarcia/ksql/branch/master/graph/badge.svg?token=5CNJ867C66)](https://codecov.io/gh/VinGarcia/ksql) +[![Go Reference](https://pkg.go.dev/badge/github.com/vingarcia/ksql.svg)](https://pkg.go.dev/github.com/vingarcia/ksql) +![Go Report Card](https://goreportcard.com/badge/github.com/vingarcia/ksql) + # KSQL the Keep it Simple SQL library