Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 262 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 262 Bytes

strings

Additional string parsing functions for golang.

installation

Add "github.com/vedranvuk/strings" to import clause for auto install on compile,

or

go get -u github.com/vedranvuk/strings

to install it manually.