From d33dd8ae2c3f0ad03d943a83bed78466d0bf0b8f Mon Sep 17 00:00:00 2001 From: Kuisong Tong Date: Sun, 4 Feb 2024 14:16:24 -0800 Subject: [PATCH] add go version logo (#94) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e3cc0a05..03f01029 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # A minimalist configuration API for Go +![Go Version](https://img.shields.io/github/go-mod/go-version/nil-go/konf) [![Go Reference](https://pkg.go.dev/badge/github.com/nil-go/konf.svg)](https://pkg.go.dev/github.com/nil-go/konf) [![Build](https://github.com/nil-go/konf/actions/workflows/test.yml/badge.svg)](https://github.com/nil-go/konf/actions/workflows/test.yml) [![Coverage](https://codecov.io/gh/nil-go/konf/branch/main/graph/badge.svg)](https://codecov.io/gh/nil-go/konf)