Skip to content

Commit 2d15517

Browse files
committed
udpate to latest codes
1 parent c6c356f commit 2d15517

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

simplify/util_io.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package simplify
2+
3+
//A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
4+
//
5+
//pkg.go.dev/github.com/samber/lo
6+
//slog
7+
8+
names := lo.Uniq([]string{"Samuel", "John", "Samuel"})

0 commit comments

Comments
 (0)