https://github.com/sitnikovik/stringo
Enjoy your work with strings like formatting, converting or something else
https://github.com/sitnikovik/stringo
string string-formatter string-manipulation strings
Last synced: 17 days ago
JSON representation
Enjoy your work with strings like formatting, converting or something else
- Host: GitHub
- URL: https://github.com/sitnikovik/stringo
- Owner: sitnikovik
- License: mit
- Created: 2024-08-31T07:31:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-01-23T19:27:14.000Z (about 1 month ago)
- Last Synced: 2026-01-24T09:17:08.641Z (about 1 month ago)
- Topics: string, string-formatter, string-manipulation, strings
- Language: Go
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stringo
[](LICENSE)
[](https://goreportcard.com/report/github.com/sitnikovik/stringo)
[](https://godoc.org/github.com/sitnikovik/stringo)
`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](https://github.com/stretchr/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:
```bash
go get -u github.com/sitnikovik/stringo