stringo
is a lightweight Go library designed to extend and simplify working with strings in Go (Golang). The library currently focuses on providing utility functions for converting strings to various cases, with plans to expand functionality in the future.
- String Case Conversion: Convert strings to different cases such as snake_case, camelCase, and more.
- No Dependencies: Aside from the testing library Testify, the library is self-contained with zero external runtime dependencies.
- Lightweight: Minimalistic and fast, designed to integrate seamlessly into your projects.
To install the stringo
package, use the following go get
command:
go get -u github.com/sitnikovik/stringo