modinfo

package standard library
go1.11beta2 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 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