Skip to content

Commit d683db9

Browse files
committed
add reference badge
1 parent 57d7eb2 commit d683db9

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# go-fzf
22

3-
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/koki-develop/go-fzf)](https://github.com/koki-develop/go-fzf/releases/latest)
4-
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/koki-develop/go-fzf/ci.yml?logo=github)](https://github.com/koki-develop/go-fzf/actions/workflows/ci.yml)
5-
[![Maintainability](https://img.shields.io/codeclimate/maintainability/koki-develop/go-fzf?style=flat&logo=codeclimate)](https://codeclimate.com/github/koki-develop/go-fzf/maintainability)
6-
[![Go Report Card](https://goreportcard.com/badge/github.com/koki-develop/go-fzf)](https://goreportcard.com/report/github.com/koki-develop/go-fzf)
7-
[![LICENSE](https://img.shields.io/github/license/koki-develop/go-fzf)](./LICENSE)
3+
[![Go Reference](https://pkg.go.dev/badge/github.com/koki-develop/go-fzf.svg)](https://pkg.go.dev/github.com/koki-develop/go-fzf)
4+
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/koki-develop/go-fzf?style=flat-square)](https://github.com/koki-develop/go-fzf/releases/latest)
5+
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/koki-develop/go-fzf/ci.yml?logo=github&style=flat-square)](https://github.com/koki-develop/go-fzf/actions/workflows/ci.yml)
6+
[![Maintainability](https://img.shields.io/codeclimate/maintainability/koki-develop/go-fzf?style=flat-square&logo=codeclimate)](https://codeclimate.com/github/koki-develop/go-fzf/maintainability)
7+
[![Go Report Card](https://goreportcard.com/badge/github.com/koki-develop/go-fzf?style=flat-square)](https://goreportcard.com/report/github.com/koki-develop/go-fzf)
8+
[![LICENSE](https://img.shields.io/github/license/koki-develop/go-fzf?style=flat-square)](./LICENSE)
89

910
Fuzzy Finder CLI and Library.
1011

0 commit comments

Comments
 (0)