Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.11 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.11 KB

stringo

License Go Report Card GoDoc

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.

Features

  • 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.

Installation

To install the stringo package, use the following go get command:

go get -u github.com/sitnikovik/stringo