Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zbindenren/sfmt
Simple library to format slices.
https://github.com/zbindenren/sfmt
Last synced: about 2 hours ago
JSON representation
Simple library to format slices.
- Host: GitHub
- URL: https://github.com/zbindenren/sfmt
- Owner: zbindenren
- License: mit
- Created: 2020-10-24T10:23:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-25T11:28:18.000Z (over 4 years ago)
- Last Synced: 2024-12-13T19:47:59.881Z (about 2 months ago)
- Language: Go
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sfmt [![](https://github.com/zbindenren/sfmt/workflows/build/badge.svg)](https://github.com/zbindenren/sfmt/actions) [![PkgGoDev](https://pkg.go.dev/badge/github.com/zbindenren/sfmt)](https://pkg.go.dev/github.com/zbindenren/sfmt) [![Coverage Status](https://coveralls.io/repos/github/zbindenren/sfmt/badge.svg?branch=main)](https://coveralls.io/github/zbindenren/sfmt?branch=main)
Simple library to format slices.
## Install
```bash
go get github.com/zbindenren/sfmt
```## Usage
See [sfmt_test.go](../master/sfmt_test.go) on how to use it.