From a9d2eeaf3bc8a087e240f05d3588ba3cec7f0b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Thu, 25 Mar 2021 22:01:29 +0100 Subject: [PATCH] Add license badge (#123) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 90f49b1..1a1d21f 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ [![GitHub Release](https://img.shields.io/github/v/release/golang-templates/seed)](https://github.com/golang-templates/seed/releases) [![Go Reference](https://pkg.go.dev/badge/github.com/golang-templates/seed.svg)](https://pkg.go.dev/github.com/golang-templates/seed) [![go.mod](https://img.shields.io/github/go-mod/go-version/golang-templates/seed)](go.mod) +[![LICENSE](https://img.shields.io/github/license/golang-templates/seed)](LICENSE) [![Build Status](https://img.shields.io/github/workflow/status/golang-templates/seed/build)](https://github.com/golang-templates/seed/actions?query=workflow%3Abuild+branch%3Amain) [![Go Report Card](https://goreportcard.com/badge/github.com/golang-templates/seed)](https://goreportcard.com/report/github.com/golang-templates/seed) [![Codecov](https://codecov.io/gh/golang-templates/seed/branch/main/graph/badge.svg)](https://codecov.io/gh/golang-templates/seed)