You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/getting-started.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ sidebar_position: 1
8
8
9
9
**samber/lo** is a Lodash-style utility library for Go 1.18+ that leverages generics to provide type-safe helper functions. The library is organized into several packages, each serving different use cases.
10
10
11
-
## Installation
11
+
## 🚀 Install
12
12
13
13
```bash
14
14
go get -u github.com/samber/lo@v1
15
15
```
16
16
17
-
## Base Package (`lo`)
17
+
## 🧢 Core Package (`lo`)
18
18
19
19
The main package provides immutable utility functions for slices, maps, strings, math operations, and more. It's the core of the library with over 300+ functions.
0 commit comments