Skip to content

Commit

Permalink
Add GoDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmousee committed Aug 10, 2020
1 parent 50d7f18 commit 72eec4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
[![Build Status](https://travis-ci.com/maxmousee/stringutils.svg?branch=master)](https://travis-ci.org/maxmousee/stringutils)
[![Go Report](https://goreportcard.com/badge/github.com/maxmousee/stringutils)](https://goreportcard.com/report/github.com/maxmousee/stringutils)
[![Coverage Status](https://coveralls.io/repos/github/maxmousee/stringutils/badge.svg?branch=master)](https://coveralls.io/github/maxmousee/stringutils?branch=master)
[![GoDoc](https://godoc.org/github.com/maxmousee/stringutils?status.svg)](https://godoc.org/github.com/maxmousee/stringutils)

StringUtils for Go! :)

StringUtils contains common utility functions available in other programming languages and frameworks
to make it easier for you to manipulate strings, create a parser or a lexer in your project.

0 comments on commit 72eec4a

Please sign in to comment.