diff --git a/readme.md b/readme.md index 3adac57..c189ca4 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,4 @@ [![Go Report Card](https://goreportcard.com/badge/github.com/mindstand/go-bolt)](https://goreportcard.com/report/github.com/mindstand/go-bolt) -[![Actions Status](https://github.com/mindstand/go-bolt/workflows/Go/badge.svg)](https://github.com/mindstand/go-bolt/actions) [![GoDoc](https://godoc.org/github.com/mindstand/go-bolt?status.svg)](https://godoc.org/github.com/mindstand/go-bolt) # Go-Bolt - GoLang Bolt Driver @@ -69,4 +68,4 @@ err = conn.Close() if err != nil { panic(err) } -``` \ No newline at end of file +```