From f8ba9ac9c8a8cbd50471278e954e73e9caa48d97 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Tue, 15 Mar 2022 11:55:26 +0100 Subject: [PATCH] Added badges to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d24974f..89e7104 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-mail - Simple and easy way to send mails in Go -[![Go Report Card](https://goreportcard.com/badge/github.com/wneessen/go-mail)](https://goreportcard.com/report/github.com/wneessen/go-mail) [![Build Status](https://api.cirrus-ci.com/github/wneessen/go-mail.svg)](https://cirrus-ci.com/github/wneessen/go-mail) buy ma a coffee +[![GoDoc](https://godoc.org/github.com/wneessen/go-mail?status.svg)](https://pkg.go.dev/github.com/wneessen/go-mail) [![Go coverage](http://gocover.io/_badge/github.com/wneessen/go-mail)]() [![Go Report Card](https://goreportcard.com/badge/github.com/wneessen/go-mail)](https://goreportcard.com/report/github.com/wneessen/go-mail) [![Build Status](https://api.cirrus-ci.com/github/wneessen/go-mail.svg)](https://cirrus-ci.com/github/wneessen/go-mail) buy ma a coffee The main idea of this library was to provide a simple interface to sending mails for my [JS-Mailer](https://github.com/wneessen/js-mailer) project. It quickly evolved into a full-fledged mail library.