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

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
gookit avatar

gookit/config

0
View on GitHub↗
583 Stars·61 Forks·Go·MIT·5 Aufrufezread.ai/gookit/config↗

Config

📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi file load, data override merge, parse ENV var. Go应用配置加载管理,支持多种格式,多文件加载,远程文件加载,支持数据合并,解析环境变量名

Features

  • Configuration Management - Configuration management with multi-format support.
  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Konfigurationsmanagement - Config management supporting JSON, YAML, TOML, INI, HCL.

Star-Verlauf

Star-Verlauf für gookit/configStar-Verlauf für gookit/config

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Config

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Config.
  • beatlabs/harvesterAvatar von beatlabs

    beatlabs/harvester

    134Auf GitHub ansehen↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    Auf GitHub ansehen↗134
  • caarlos0/envAvatar von caarlos0

    caarlos0/env

    6,004Auf GitHub ansehen↗

    env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

    Goconfigconfigurationenvironment
    Auf GitHub ansehen↗6,004
  • antham/envhAvatar von antham

    antham/envh

    100Auf GitHub ansehen↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    Auf GitHub ansehen↗100
  • go-ini/iniAvatar von go-ini

    go-ini/ini

    3,542Auf GitHub ansehen↗

    Package ini provides INI file read and write functionality in Go

    Goconfigurationgoini
    Auf GitHub ansehen↗3,542
Alle 30 Alternativen zu Config anzeigen→

Häufig gestellte Fragen

Was macht gookit/config?

📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi file load, data override merge, parse ENV var. Go应用配置加载管理,支持多种格式,多文件加载,远程文件加载,支持数据合并,解析环境变量名

Was sind die Hauptfunktionen von gookit/config?

Die Hauptfunktionen von gookit/config sind: Configuration Management, Konfigurationsmanagement.

Welche Open-Source-Alternativen gibt es zu gookit/config?

Open-Source-Alternativen zu gookit/config sind unter anderem: go-ini/ini — Package ini provides INI file read and write functionality in Go. heetch/confita — Load configuration in cascade from multiple backends into a struct. beatlabs/harvester — Harvest configuration, watch and notify subscriber. caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… antham/envh — Go helpers to manage environment variables. hjson/hjson-go — Hjson for Go.