We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c356f commit 2d15517Copy full SHA for 2d15517
simplify/util_io.go
@@ -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