Skip to content

Commit 72eec4a

Browse files
committed
Add GoDoc
1 parent 50d7f18 commit 72eec4a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
[![Build Status](https://travis-ci.com/maxmousee/stringutils.svg?branch=master)](https://travis-ci.org/maxmousee/stringutils)
44
[![Go Report](https://goreportcard.com/badge/github.com/maxmousee/stringutils)](https://goreportcard.com/report/github.com/maxmousee/stringutils)
55
[![Coverage Status](https://coveralls.io/repos/github/maxmousee/stringutils/badge.svg?branch=master)](https://coveralls.io/github/maxmousee/stringutils?branch=master)
6+
[![GoDoc](https://godoc.org/github.com/maxmousee/stringutils?status.svg)](https://godoc.org/github.com/maxmousee/stringutils)
67

78
StringUtils for Go! :)
9+
10+
StringUtils contains common utility functions available in other programming languages and frameworks
11+
to make it easier for you to manipulate strings, create a parser or a lexer in your project.

0 commit comments

Comments
 (0)