Skip to content

Enjoy your work with strings like formatting, converting or something else

License

Notifications You must be signed in to change notification settings

sitnikovik/stringo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Enjoy your work with strings like formatting, converting or something else

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages