package
4.5.1+incompatible
Repository: https://github.com/sourcegraph/sourcegraph.git
Documentation: pkg.go.dev
# Functions
NoBinarySpecificSharedCode returns an error for each shared package that is used by a single command.
NoDeadPackages returns an error for any package that is not importable from outside the repository and is not imported (transitively) by a main package.
NoEnterpriseImportsFromOSS returns an error for each non-enterprise package that imports an enterprise package.
NoLooseCommands returns an error for each main package not declared in a known command root.
NoReachingIntoCommands returns an error for each shared package that imports a package from a command.
NoUnusedSharedCommandCode returns an error for each non-private package within a command that is imported only by private packages within the same command.
Run runs the lint passes with the given names using the given graph.
# Variables
No description provided by the author
# Type aliases
No description provided by the author