Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang committed Jul 3, 2020
1 parent 498e80c commit ae80520
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# String utils for golang
[![Build Status](https://travis-ci.org/clevergo/strutil.svg?branch=master)](https://travis-ci.org/clevergo/strutil)
[![Coverage Status](https://coveralls.io/repos/github/clevergo/strutil/badge.svg?branch=master)](https://coveralls.io/github/clevergo/strutil?branch=master)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white)](https://pkg.go.dev/clevergo.tech/strutil?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/clevergo/strutil)](https://goreportcard.com/report/github.com/clevergo/strutil)
[![Release](https://img.shields.io/github/release/clevergo/strutil.svg?style=flat-square)](https://github.com/clevergo/strutil/releases)
[![Build Status](https://img.shields.io/travis/clevergo/strutil?style=for-the-badge)](https://travis-ci.org/clevergo/strutil)
[![Coverage Status](https://img.shields.io/coveralls/github/clevergo/strutil?style=for-the-badge)](https://coveralls.io/github/clevergo/strutil?branch=master)
[![Go.Dev reference](https://img.shields.io/badge/go.dev-reference-blue?logo=go&logoColor=white&style=for-the-badge)](https://pkg.go.dev/clevergo.tech/strutil?tab=doc)
[![Go Report Card](https://goreportcard.com/badge/github.com/clevergo/strutil?style=for-the-badge)](https://goreportcard.com/report/github.com/clevergo/strutil)
[![Release](https://img.shields.io/github/release/clevergo/strutil.svg?style=for-the-badge)](https://github.com/clevergo/strutil/releases)

```shell
$ go get -u clevergo.tech/strutil
```

## Functions

Expand Down

0 comments on commit ae80520

Please sign in to comment.