modinfo

package
v0.0.0-...-a371bc2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2018 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ModuleError

type ModuleError struct {
	Err string // error text
}

type ModulePublic

type ModulePublic struct {
	Path     string        `json:",omitempty"` // module path
	Version  string        `json:",omitempty"` // module version
	Versions []string      `json:",omitempty"` // available module versions
	Replace  *ModulePublic `json:",omitempty"` // replaced by this module
	Time     *time.Time    `json:",omitempty"` // time version was created
	Update   *ModulePublic `json:",omitempty"` // available update (with -u)
	Main     bool          `json:",omitempty"` // is this the main module?
	Indirect bool          `json:",omitempty"` // module is only indirectly needed by main module
	Dir      string        `json:",omitempty"` // directory holding local copy of files, if any
	Error    *ModuleError  `json:",omitempty"` // error loading module
}

func (*ModulePublic) String

func (m *ModulePublic) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL