Skip to content

Commit

Permalink
minor README improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Kossovich committed Sep 21, 2024
1 parent 4a84cdf commit aa34c73
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ res := pipe.Slice(a).

All operations are carefully fenced with interfaces, so feel free to use anything, autosuggestion suggests you.

If you want it fast and short, you may use `ff`:
```go
import "github.com/koss-null/funcfrog/pkg/ff"

res := ff.Map(strArr, strings.ToUpper).Do()
```

To see some code snippets, check out the `examples/main.go` file. You can also run it with `go run examples/main.go`.

## Basic information
Expand Down

0 comments on commit aa34c73

Please sign in to comment.