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.