package
0.2.5
Repository: https://github.com/sourcegraph/srclib.git
Documentation: pkg.go.dev

# Functions

ExpandPaths interprets paths, which contains paths (optionally with filepath.Glob-compatible globs) that are relative to base.
GetInfo returns a source unit's Info field if non-nil, or otherwise an Info struct filled with values derived from the source unit's name and type.
NewRepoSourceUnit creates an equivalent RepoSourceUnit from a SourceUnit.
ParseID parses the name and type from a source unit ID (from (*SourceUnit).ID()).

# Variables

No description provided by the author
No description provided by the author

# Structs

ID2 is a source unit ID.
No description provided by the author
Key is the unique key for a source unit.
A RepoSourceUnit is the "concrete" form of SourceUnit that includes information about which repository (and commit) the source unit exists in.
START SourceUnit OMIT.

# Type aliases

ID is a source unit ID.
No description provided by the author