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
One-com avatar

One-com/gone

0
View on GitHub↗
51 stars·8 forks·Go·12 views

Gone

Golang packages for writing small daemons and servers.

Features

  • Configuration Management - Modular JSON configuration.
  • Configuration Management - Listed in the “Configuration Management” section of the Awesome Go awesome list.
  • Logging - Scalable, std-lib compatible logging.
  • Configuration Management - Modular JSON configuration tool.
  • Logging Libraries - Fast, extendable logging library compatible with standard library.

Star history

Star history chart for one-com/goneStar history chart for one-com/gone

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

Frequently asked questions

What does one-com/gone do?

Golang packages for writing small daemons and servers.

What are the main features of one-com/gone?

The main features of one-com/gone are: Configuration Management, Logging, Logging Libraries.

Which projects share features with one-com/gone?

Projects with overlapping indexed features include: caarlos0/env — env is a Go library that reads environment variables and populates the fields of a Go struct according to tag… gookit/config — 📝 Go configuration manage(load,get,set,export). support JSON, YAML, TOML, Properties, INI, HCL, ENV and Flags. Multi… antham/envh — Go helpers to manage environment variables. beatlabs/harvester — Harvest configuration, watch and notify subscriber. 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.

Projects sharing features with Gone

These projects share indexed features with Gone. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • beatlabs/harvesterbeatlabs avatar

    beatlabs/harvester

    134View on GitHub↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    View on GitHub↗134
  • caarlos0/envcaarlos0 avatar

    caarlos0/env

    6,004View on GitHub↗

    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
    View on GitHub↗6,004
  • antham/envhantham avatar

    antham/envh

    100View on GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    View on GitHub↗100
  • go-ini/inigo-ini avatar

    go-ini/ini

    3,542View on GitHub↗

    Package ini provides INI file read and write functionality in Go

    Goconfigurationgoini
    View on GitHub↗3,542
Compare all 30 related projects→