package
1.9.3
Repository: https://github.com/sourcegraph/lsif-go.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ListDependencies returns a map from dependency import paths to the imported module's name and version as declared by the go.mod file in the current directory.
listProjectDependencies finds any packages from "$ go list all" that are NOT declared as part of the current project.
ModuleName returns the resolved name of the go module declared in the given directory usable for moniker identifiers.
NormalizeMonikerPackage returns a normalized path to ensure that all standard library paths are handled the same.

# Structs

No description provided by the author