/pkgstats

Pkgstats is a tool for exploring the use of Golang packages in open-source GitHub repositories

Primary LanguageGo

pkgstats

Pkgstats is a tool for exploring the use of Golang packages in open-source GitHub repositories. It helps you quickly find which popular repositories are using a specific package, offering insights into its adoption and popularity.

Usage

$ go run main.go -pkg go.uber.org/zap -token <YOUR_GITHUB_TOKEN>