Skip to content

Commit

Permalink
feat: add example in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
devalexandre committed Aug 30, 2023
1 parent 7f7a7d4 commit d3bb878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ b := array.Sort(a, func(i, j int) bool { return a[i] < a[j] })
fmt.Println(b) // [1 2 3 4 5]

```
## array.GroupBy
### array.GroupBy
```go
type Itens struct {
Name string
Expand Down

0 comments on commit d3bb878

Please sign in to comment.