Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Descriptor ¶
Descriptor lists all the deps and versions required by a binary/plugin
func Describe ¶
func Describe(r io.Reader, goVersion, libcVersion string) (Descriptor, error)
Describe reads a go.sum and returns a descriptor for the build or an error
func (Descriptor) Compare ¶
func (d Descriptor) Compare(other Descriptor) []Diff
Compare generates a list of diffs (incompatibility) between two descriptors
Click to show internal directories.
Click to hide internal directories.