Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Path ¶
type Path struct {
// Path is Go module's full path.
// e.g.: github.com/ignite-hq/cli.
RawPath string
// Root is the root directory name of Go module.
// e.g.: starport for github.com/ignite-hq/cli.
Root string
// Package is the default package name for the Go module that can be used
// to host main functionality of the module.
// e.g.: starport for github.com/ignite-hq/cli.
Package string
}
Path represents a Go module's path.
Click to show internal directories.
Click to hide internal directories.