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

Top 6.0% on proxy.golang.org

proxy.golang.org : github.com/mgnsk/unused

The unused command reports unused constants, variables, types and functions in a go module. Example: `$ unused -generated -exclude-glob '*.pb.go'` The tool can instructed to skip checking usage of objects by using line comments with a `// unused:skip` prefix on the same or previous line where the unused object is defined. The `// unused:disable` comment disables the check after the comment in the current file. Usage: `unused [flags]` ## Installation `$ go install github.com/mgnsk/unused@latest`

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/mgnsk/unused
License: MIT
Latest release: 4 months ago
Namespace: github.com/mgnsk
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 4 months ago