chore: remove dockerfile

This commit is contained in:
Samuel Berthe
2026-03-31 14:33:56 +02:00
parent a17e3ac882
commit 29de7237e3
3 changed files with 7 additions and 8 deletions
+1
View File
@@ -1 +1,2 @@
github: [samber]
ko_fi: samuelberthe
-8
View File
@@ -1,8 +0,0 @@
FROM golang:1.23.1
WORKDIR /go/src/github.com/samber/lo
COPY Makefile go.* ./
RUN make tools
+6
View File
@@ -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: