package
module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: May 2, 2020
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
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"
Documentation
¶
Package strings is simple and useful extension
Random returns random string from letters with length
ToSnake returns s with all Unicode letters mapped to their snake case.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.