From 6a19a9d6518bdd77e796ca68fec652db4de85693 Mon Sep 17 00:00:00 2001 From: gleb <47985861+glebarez@users.noreply.github.com> Date: Sun, 9 Oct 2022 10:38:08 +0700 Subject: [PATCH] remove 'downloads' badge from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f2b03dd..aa0910a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ [![Tests](https://github.com/glebarez/go-sqlite/actions/workflows/tests.yml/badge.svg)](https://github.com/glebarez/go-sqlite/actions/workflows/tests.yml) ![badge](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/glebarez/0fd7561eb29baf31d5362ffee1ae1702/raw/badge-sqlite-version-with-date.json) -![badge](https://img.shields.io/github/downloads/glebarez/go-sqlite/total.svg?color=54a158&labelColor=25292d) # go-sqlite This is a pure-Go SQLite driver for Golang's native [database/sql](https://pkg.go.dev/database/sql) package.