# README
Golage strings package extension

Simple and useful strings package extension in Golang
Features
- Generate random string
- More string cases (ToSnakeCase)
Installation
Get from Github:
go get github.com/golage/strings
How to use
Import into your code:
import stringsext "github.com/golage/strings"