mirror of
https://github.com/samber/lo.git
synced 2026-04-22 15:37:14 +08:00
chore: remove dockerfile
This commit is contained in:
@@ -1 +1,2 @@
|
||||
github: [samber]
|
||||
ko_fi: samuelberthe
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
|
||||
FROM golang:1.23.1
|
||||
|
||||
WORKDIR /go/src/github.com/samber/lo
|
||||
|
||||
COPY Makefile go.* ./
|
||||
|
||||
RUN make tools
|
||||
Vendored
+6
@@ -30,6 +30,12 @@ The main package is complemented by several specialized sub-packages:
|
||||
- **lo/mutable**: In-place mutation helpers for memory-efficient operations
|
||||
- **lo/it**: Iterator helpers for lazy evaluation and streaming
|
||||
|
||||
AI Agent Skill:
|
||||
|
||||
```bash
|
||||
npx skills add https://github.com/samber/cc-skills-golang --skill golang-samber-lo
|
||||
```
|
||||
|
||||
## Design Philosophy
|
||||
|
||||
Lo is built on a foundation of pragmatic engineering principles that balance power, safety, and performance:
|
||||
|
||||
Reference in New Issue
Block a user