//
pkg.gl
Category
github.com/codeactual/transplant
internal
cage
go
list
package
0.1.1
Repository:
https://github.com/codeactual/transplant.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
162 SLOC
#
Functions
NewModuleSet
NewModuleSet returns an initialized ModuleSet.
NewQuery
NewQuery returns an initialized Query.
ResolveDir
ResolveDir returns the module root dir and import path of the input dir.
#
Structs
Dir
Dir holds package/module details about a file directory.
Module
Module holds the per-module fields unmarshaled from "go list" output.
ModuleSet
ModuleSet holds Module values with unique import paths.
Query
Query stores options for, and executes, "go list" in order to produce ModuleSet values.