From 64c53e60e54f85845e7853e44e31a907957dbbb8 Mon Sep 17 00:00:00 2001 From: Tiago Peczenyj Date: Fri, 10 Jan 2025 12:53:22 +0100 Subject: [PATCH] add badge mentioned in awesome go --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f87dc24..0587d0e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![GoDoc Reference](https://godoc.org/github.com/leporo/sqlf?status.svg)](http://godoc.org/github.com/leporo/sqlf) ![Build Status](https://github.com/leporo/sqlf/actions/workflows/build.yml/badge.svg) [![Go Report Card](https://goreportcard.com/badge/github.com/leporo/sqlf)](https://goreportcard.com/report/github.com/leporo/sqlf) +[![Mentioned in Awesome Go](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/avelino/awesome-go#sql-query-builders) A fast SQL query builder for Go.