Documentation
¶
Overview ¶
Command importcounter will calculate and print per-package and aggregate metrics about Go dependencies. Ex:
go run main.go --patterns go.chromium.org/luci/...
Will print CSV to stdout, listing each subpackage of go.chromium.org/luci/... along with some per-subpackge counts on each row. Finally, it will produce some aggregate counts for the entire set of packages.
Click to show internal directories.
Click to hide internal directories.