97
/ 100
A top-tier open source project. Docs, tests, and CI are all in excellent shape.
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
Outstanding. A score of 97/100 puts this repo in a very small tier of truly well-engineered projects.
Top fixes
Highest-impact changes first, ranked by point weight
- 1Install and run instructions9pt
Add a .env.example listing all required environment variables so contributors know what to set up.
- 2Reproducibility6pt
Add a Dockerfile, .nvmrc, or .python-version to pin the runtime version and make the environment reproducible.
- 3Contributing guide5pt
Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- 4Contributing guide5pt
A CODE_OF_CONDUCT.md signals that your project is welcoming. GitHub has a template you can add in one click.
Working through the fixes? Let every push regrade itself.
The free GitHub App rescans this repo on every push and posts the grade as a commit check, so the score climbs without coming back to rescan by hand.
Scorecard
Every check, grouped by category and sorted worst-first
Documentation
93
CONTRIBUTING guide found.
README documents how to install the project.
README is present.
Licensed under MIT.
Engineering
99
Lockfile present (go.sum). Installs are reproducible.
Test files detected (benchmark/core_condition_bench_test.go).
CI is configured (.github/workflows/lint.yml).
Formatting enforced (.golangci.yml).
Issue or PR templates present.
Project health
100
Dependency manifest found (go.mod).
Repository has a description.
Actively maintained (pushed within the last month).
.gitignore present.
Repository health signals
Activity, community, and responsiveness at scan time
Activity
- 5 / 43Commits (30d / 90d)
- 942Forks
- 63Releaseslatest 4y ago
Community
- 42% - WeakCommunity health
- 1 bus factorlowauthor own >50% of commits
- 21,362Watchers
Responsiveness
- 1d 4hMedian issue response
- 4hMedian PR merge time
- 217Open issues
Repository files50 root entries
- .githubGood: CI is configured (.github/workflows/lint.yml).Good: Dependabot covers 3 ecosystems (github-actions, gomod, npm). Dependencies stay current.Good: Issue or PR templates present.
- benchmarkGood: Test files detected (benchmark/core_condition_bench_test.go).
- docsGood: CONTRIBUTING guide found.Issue: CONTRIBUTING guide contents could not be read (−28 pts vs a readable file).Fix: Move the file to the repo root or docs/CONTRIBUTING.md so its setup, style, test, and PR sections can be graded.
- exp
- internal
- it
- mutable
- parallel
- .gitignoreGood: .gitignore present.
- .golangci.ymlGood: Formatting enforced (.golangci.yml).
- channel_test.go
- channel.go
- concurrency_test.go
- concurrency.go
- condition_test.go
- condition.go
- constraints.go
- errors_test.go
- errors.go
- find_test.go
- find.go
- func_test.go
- func.go
- go.modGood: Dependency manifest found (go.mod).
- go.sumGood: Lockfile present (go.sum). Installs are reproducible.
- intersect_test.go
- intersect.go
- LICENSEGood: Licensed under MIT.
- lo_example_test.go
- lo_test.go
- Makefile
- map_test.go
- map.go
- math_test.go
- math.go
- README.mdGood: README is present.Good: README is well structured with multiple sections.Good: README includes screenshots or visuals. Great for first impressions.Good: README has code examples.Good: README links to a live demo or deployed app.Good: README includes status badges.Good: README documents how to install the project.Good: README documents how to run the project.
- retry_example_test.go
- retry_test.go
- retry.go
- slice_test.go
- slice.go
- string_test.go
- string.go
- time_test.go
- time.go
- tuples_test.go
- tuples.go
- type_manipulation_test.go
- type_manipulation.go
- types.go
Add this badge to your README
It updates automatically each time the repo is re-graded.
[](https://www.repo-grade.com/report/samber/lo)