Skip to content

Commit

Permalink
chore: remove trivs ci badge from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
inhere committed Jul 31, 2022
1 parent 08571d5 commit 7b378c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/gookit/filter)](https://github.com/gookit/filter)
[![GoDoc](https://godoc.org/github.com/gookit/filter?status.svg)](https://godoc.org/github.com/gookit/filter)
[![Build Status](https://travis-ci.org/gookit/filter.svg?branch=master)](https://travis-ci.org/gookit/filter)
[![Actions Status](https://github.com/gookit/filter/workflows/Unit-Tests/badge.svg)](https://github.com/gookit/filter/actions)
[![Coverage Status](https://coveralls.io/repos/github/gookit/filter/badge.svg?branch=master)](https://coveralls.io/github/gookit/filter?branch=master)
[![Go Report Card](https://goreportcard.com/badge/github.com/gookit/filter)](https://goreportcard.com/report/github.com/gookit/filter)
Expand Down Expand Up @@ -65,7 +64,7 @@ fmt.Printf("%#v\n", newData)
// f.BindStruct(&user)
```

Output:
**Output**:

```go
map[string]interface {}{
Expand Down

0 comments on commit 7b378c9

Please sign in to comment.