An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 2.5% on proxy.golang.org
Top 0.6% dependent packages on proxy.golang.org
Top 0.7% dependent repos on proxy.golang.org
Top 5.7% forks on proxy.golang.org
Top 1.3% docker downloads on proxy.golang.org

proxy.golang.org : github.com/cybozu-go/well

Package well provides a framework that helps implementation of commands having these features: Better logging: By using github.com/cybozu-go/log package, logs can be structured in JSON or logfmt format. HTTP servers log accesses automatically. Graceful exit: The framework provides functions to manage goroutines and network server implementation that can be shutdown gracefully. Signal handlers: The framework installs SIGINT/SIGTERM signal handlers for graceful exit, and SIGUSR1 signal handler to reopen log files. Environment: Environment is the heart of the framework. It provides a base context.Context that will be canceled before program stops, and methods to manage goroutines. To use the framework easily, the framework provides an instance of Environment as the default, and functions to work with it. The most basic usage of the framework. HTTP server that stops gracefully.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/cybozu-go/well
License: MIT
Latest release: almost 3 years ago
First release: about 9 years ago
Namespace: github.com/cybozu-go
Dependent packages: 71
Dependent repositories: 70
Stars: 126 on GitHub
Forks: 12 on GitHub
Docker dependents: 4
Docker downloads: 4,290
Total Commits: 143
Committers: 12
Average commits per author: 11.917
Development Distribution Score (DDS): 0.315
More commit stats: commits.ecosyste.ms
See more repository details: repos.ecosyste.ms
Last synced: 21 days ago

    Loading...
    Readme
    Loading...