awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
I

imdario/mergo

0
View on GitHub↗
0 stars·0 forks·15 views

Mergo

Features

  • Development Utilities - Merges structs and maps.
  • General Utilities - Struct and map merging utility.
  • General Utility Libraries - Helper for merging structs and maps.

Star history

Star history chart for imdario/mergoStar history chart for imdario/mergo

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Mergo

These projects share indexed features with Mergo. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • thoas/go-funkthoas avatar

    thoas/go-funk

    4,939View on GitHub↗

    go-funk is a functional programming library for Go that provides a set of helper functions to transform and query slices and maps. It enables a declarative coding style for collection manipulation and data transformation, reducing the need for repetitive manual loops. The library implements higher-order functions for common operations, including mapping, filtering, and searching through data structures using predicates and callbacks. It includes utilities for detecting element existence and finding common elements between collections. These capabilities are supported through generic-based ty

    Go
    View on GitHub↗4,939
  • afex/hystrix-goafex avatar

    afex/hystrix-go

    4,418View on GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    View on GitHub↗4,418
  • abo/rerateA

    abo/rerate

    0View on GitHub↗
    View on GitHub↗0
  • adelowo/onecacheA

    adelowo/onecache

    0View on GitHub↗
    View on GitHub↗0
Compare all 30 related projects→

Frequently asked questions

What are the main features of imdario/mergo?

The main features of imdario/mergo are: Development Utilities, General Utilities, General Utility Libraries.

Which projects share features with imdario/mergo?

Projects with overlapping indexed features include: thoas/go-funk — go-funk is a functional programming library for Go that provides a set of helper functions to transform and query… alxrm/ugo. adelowo/onecache. abo/rerate. alexpantyukhin/go-pattern-match. afex/hystrix-go — This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services…