From a52b077b513a285a13030783ba218b812a3f2edc Mon Sep 17 00:00:00 2001 From: vvatanabe Date: Sat, 14 Sep 2024 07:29:28 +0900 Subject: [PATCH] docs: Update README.md with Go Build badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a0b4cf..fa93739 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-sdbm -[![Go Report Card](https://goreportcard.com/badge/github.com/vvatanabe/go-sdbm)](https://goreportcard.com/report/github.com/vvatanabe/go-sdbm) [![Go Reference](https://pkg.go.dev/badge/github.com/vvatanabe/go-sdbm.svg)](https://pkg.go.dev/github.com/vvatanabe/go-sdbm) + [![Go](https://github.com/vvatanabe/go-sdbm/actions/workflows/go.yml/badge.svg)](https://github.com/vvatanabe/go-sdbm/actions/workflows/go.yml) [![Go Report Card](https://goreportcard.com/badge/github.com/vvatanabe/go-sdbm)](https://goreportcard.com/report/github.com/vvatanabe/go-sdbm) [![Go Reference](https://pkg.go.dev/badge/github.com/vvatanabe/go-sdbm.svg)](https://pkg.go.dev/github.com/vvatanabe/go-sdbm) go-sdbm is a pure Go implementation of the classic SDBM key-value store.