An open API service for producing an overview of a list of open source projects.

https://github.com/darccio/mergo

go golang hacktoberfest mapping merge structures

Score: 13.624737386680515

Last synced: about 3 hours ago
JSON representation

Repository metadata:

Mergo: merging Go structs and maps since 2013


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 307
Total Committers: 66
Avg Commits per committer: 4.652
Development Distribution Score (DDS): 0.511

Commits in past year: 13
Committers in past year: 2
Avg Commits per committer in past year: 6.5
Development Distribution Score (DDS) in past year: 0.385

Name Email Commits
Dario Castañé i****@d****m 150
Stanislav Yotov s****v@k****m 21
dependabot[bot] 4****] 16
github-actions[bot] 4****] 9
Vincent Demeester v****t@s****m 8
untoreh b****a@g****m 7
Dario Castañé d****e@l****u 4
Vyacheslav.Vershinin V****n@a****m 4
Arnaud Briche b****d@g****m 4
vsemichev s****v@y****m 4
Theo Brigitte t****e@g****m 3
Rob Strong r****g@g****m 3
Nate Brown n****s@g****m 3
Kalman Hosszu h****n@g****m 3
Zaq? Wiedmann z****n@o****o 3
Nicola Girardi n****i@s****t 2
Derek Dowling m****e@d****m 2
Andraz Bajt e****c@g****m 2
Andrew Smith a****h@m****m 2
Bion Oren b****n@m****m 2
Gwenael Pluchon g****b@g****m 2
János Pásztor j****n 2
Mike Lundy m****e@f****g 2
Peer Xu p****u@g****m 2
Remco r****o@d****o 2
Silvin Lubecki s****i@d****m 2
Tariq Ibrahim t****0@g****m 2
Thomas Gosteli t****i@p****h 2
requilence r****e@g****m 2
Umair Idris u****s@g****m 1
and 36 more...

Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 52
Total pull requests: 115
Average time to close issues: 9 months
Average time to close pull requests: 2 months
Total issue authors: 52
Total pull request authors: 44
Average comments per issue: 2.73
Average comments per pull request: 1.13
Merged pull request: 69
Bot issues: 2
Bot pull requests: 40

Past year issues: 3
Past year pull requests: 17
Past year average time to close issues: 4 days
Past year average time to close pull requests: 3 months
Past year issue authors: 3
Past year pull request authors: 4
Past year average comments per issue: 1.33
Past year average comments per pull request: 0.59
Past year merged pull request: 5
Past year bot issues: 1
Past year bot pull requests: 13

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/darccio/mergo

Top Issue Authors

  • wen-bing (1)
  • hosszukalman (1)
  • liggitt (1)
  • rexposadas (1)
  • hurrycaine (1)
  • xh3b4sd (1)
  • billstar (1)
  • bastien-phi (1)
  • the4thamigo-uk (1)
  • allstar-app[bot] (1)
  • rajatjindal (1)
  • kron4eg (1)
  • rtuin (1)
  • ramonskie (1)
  • Benyamin-Tehrani (1)

Top Pull Request Authors

  • dependabot[bot] (40)
  • darccio (19)
  • vdemeester (7)
  • elliotcourant (2)
  • joshkaplinsky (2)
  • unkaktus (2)
  • ghouscht (2)
  • vsemichev (2)
  • trim21 (2)
  • ghost (2)
  • AgentGoose32 (2)
  • hosszukalman (1)
  • fossabot (1)
  • divideandconquer (1)
  • iampeter (1)

Top Issue Labels

  • enhancement (3)
  • question (2)
  • dependencies (1)
  • github_actions (1)
  • help wanted (1)
  • allstar (1)
  • v2 (1)
  • hacktoberfest (1)

Top Pull Request Labels

  • github_actions (40)
  • dependencies (40)
  • v2 (2)

Package metadata

proxy.golang.org: github.com/darccio/mergo

Package mergo merges same-type structs and maps by setting default values in zero-value fields.

  • Homepage: https://github.com/darccio/mergo
  • Documentation: https://pkg.go.dev/github.com/darccio/mergo#section-documentation
  • Licenses: BSD-3-Clause
  • Latest release: v1.0.2 (published over 1 year ago)
  • Last Synced: 2026-09-10T21:06:14.032Z (1 day ago)
  • Versions: 17
  • Dependent Packages: 4
  • Dependent Repositories: 0
  • Rankings:
    • Stargazers count: 1.315%
    • Forks count: 1.726%
    • Average: 5.627%
    • Dependent packages count: 8.899%
    • Dependent repos count: 10.567%
debian-13: golang-github-imdario-mergo

  • Homepage: https://github.com/darccio/mergo
  • Documentation: https://packages.debian.org/trixie/golang-github-imdario-mergo
  • Licenses: bsd-3-clause
  • Latest release: 1.0.1-2 (published 7 months ago)
  • Last Synced: 2026-07-24T20:48:42.155Z (about 2 months ago)
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent repos count: 0.0%
    • Dependent packages count: 0.0%
    • Average: 100%
guix: go-dario-cat-mergo

Helper to merge structs and maps in Golang

guix: go-github-com-darccio-mergo

Helper to merge structs and maps in Golang

guix: go-github-com-imdario-mergo

Helper to merge structs and maps in Golang


Dependencies

.github/workflows/codeql-analysis.yml actions
  • actions/checkout v3 composite
  • github/codeql-action/analyze v2 composite
  • github/codeql-action/autobuild v2 composite
  • github/codeql-action/init v2 composite
go.mod go
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-go v4 composite
.github/workflows/linters.yml actions
  • actions/checkout de0fac2e4500dabe0009e67214ff5f5447ce83dd composite
  • actions/setup-go 4b73464bb391d4059bd26b0524d20df3927bd417 composite
  • golangci/golangci-lint-action d583c34f0599d37dbac4a198b9c83201be380893 composite
.github/workflows/scorecard.yml actions
  • actions/checkout de0fac2e4500dabe0009e67214ff5f5447ce83dd composite
  • actions/upload-artifact bbbca2ddaa5d8feaa63e36b76fdaad77386f024f composite
  • github/codeql-action/upload-sarif 38697555549f1db7851b81482ff19f1fa5c4fedc composite
  • ossf/scorecard-action 4eaacf0543bb3f2c246792bd56e8cdeffafb205a composite