type IndexOpts struct {
ModuleRoot string ModuleVersion string// Path for the current module we are indexing. Same as packages.Package.Module.Path ModulePath string// Go version. Used for linking to the Go standard library GoStdlibVersion string IsIndexingStdlib bool}