Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 630 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 630 Bytes

Golage strings package extension https://github.com/golage/strings https://github.com/golage/strings https://github.com/golage/strings

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"