diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index e4e0d3c..27ca92f 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1 +1,2 @@ github: [samber] +ko_fi: samuelberthe diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 5dbeb41..0000000 --- a/Dockerfile +++ /dev/null @@ -1,8 +0,0 @@ - -FROM golang:1.23.1 - -WORKDIR /go/src/github.com/samber/lo - -COPY Makefile go.* ./ - -RUN make tools diff --git a/docs/static/llms.txt b/docs/static/llms.txt index 387f540..fa4b406 100644 --- a/docs/static/llms.txt +++ b/docs/static/llms.txt @@ -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: