Skip to content

Commit

Permalink
add minimal readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zbindenren committed Oct 24, 2020
1 parent 0147ba5 commit d69aaee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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)

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.

0 comments on commit d69aaee

Please sign in to comment.