awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deatil avatar

deatil/go-array

0
View on GitHub↗
22 estrellas·0 forks·Go·Apache-2.0·1 vistapkg.go.dev/github.com/deatil/go-array↗

Go Array

A Go package that read or set data from map, slice or json

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Gestión de configuración - Reads or sets data from maps, slices, or JSON.

Historial de estrellas

Gráfico del historial de estrellas de deatil/go-arrayGráfico del historial de estrellas de deatil/go-array

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Go Array

Proyectos open-source similares, clasificados según cuántas características comparten con Go Array.
  • agilira/argusAvatar de agilira

    agilira/argus

    170Ver en GitHub↗

    High-performance configuration management framework for Go applications with zero-allocation performance, universal format support (JSON, YAML, TOML, HCL, INI, Properties), and an ultra-fast CLI powered by Orpheus.

    Goagilira-orpheuscliconfiguration-management
    Ver en GitHub↗170
  • alecthomas/kongAvatar de alecthomas

    alecthomas/kong

    2,976Ver en GitHub↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Gocommand-linecommandsflags
    Ver en GitHub↗2,976
  • adrg/xdgAvatar de adrg

    adrg/xdg

    1,002Ver en GitHub↗

    Go implementation of the XDG Base Directory Specification and XDG user directories

    Gocross-platformgogolang
    Ver en GitHub↗1,002
  • andreiavrammsd/configAvatar de andreiavrammsd

    andreiavrammsd/config

    0Ver en GitHub↗

    Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

    Goconfigurationenvironmentgolang
    Ver en GitHub↗0
Ver las 30 alternativas a Go Array→

Preguntas frecuentes

¿Qué hace deatil/go-array?

A Go package that read or set data from map, slice or json

¿Cuáles son las características principales de deatil/go-array?

Las características principales de deatil/go-array son: Configuration Management, Gestión de configuración.

¿Qué alternativas de código abierto existen para deatil/go-array?

Las alternativas de código abierto para deatil/go-array incluyen: andreiavrammsd/config — Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes. antham/envh — Go helpers to manage environment variables. alecthomas/kong — Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments… adrg/xdg — Go implementation of the XDG Base Directory Specification and XDG user directories. agilira/argus — High-performance configuration management framework for Go applications with zero-allocation performance, universal… atelpis/enflag — Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.