From 7f3c0b84fd53a831d9c1cb49f215d57a52b4b50e Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Sat, 26 Apr 2025 19:43:12 +0200 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 71b4e01..9ffe841 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,6 @@ names := lo.Uniq([]string{"Samuel", "John", "Samuel"}) // []string{"Samuel", "John"} ``` -Most of the time, the compiler will be able to infer the type so that you can call: `lo.Uniq([]string{...})`. - ### Tips for lazy developers I cannot recommend it, but in case you are too lazy for repeating `lo.` everywhere, you can import the entire library into the namespace.