awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fulldump avatar

fulldump/goconfig

0
View on GitHub↗
48 स्टार्स·8 फोर्क्स·Go·MIT·1 व्यू

Goconfig

Your configuration library for your Go programs.

Features

  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • कॉन्फ़िगरेशन प्रबंधन - Populates structs from flags, env, and JSON.

स्टार हिस्ट्री

fulldump/goconfig के लिए स्टार हिस्ट्री चार्टfulldump/goconfig के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Goconfig के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Goconfig के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • agilira/argusagilira का अवतार

    agilira/argus

    170GitHub पर देखें↗

    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
    GitHub पर देखें↗170
  • alecthomas/kongalecthomas का अवतार

    alecthomas/kong

    2,976GitHub पर देखें↗

    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
    GitHub पर देखें↗2,976
  • adrg/xdgadrg का अवतार

    adrg/xdg

    1,002GitHub पर देखें↗

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

    Gocross-platformgogolang
    GitHub पर देखें↗1,002
  • andreiavrammsd/configandreiavrammsd का अवतार

    andreiavrammsd/config

    0GitHub पर देखें↗

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

    Goconfigurationenvironmentgolang
    GitHub पर देखें↗0
Goconfig के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

fulldump/goconfig क्या करता है?

Your configuration library for your Go programs.

fulldump/goconfig की मुख्य विशेषताएं क्या हैं?

fulldump/goconfig की मुख्य विशेषताएं हैं: Configuration Management, कॉन्फ़िगरेशन प्रबंधन।

fulldump/goconfig के कुछ ओपन-सोर्स विकल्प क्या हैं?

fulldump/goconfig के ओपन-सोर्स विकल्पों में शामिल हैं: 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.