gomodulepath

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

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/notional-labs/tinyport.
	RawPath string

	// Root is the root directory name of Go module.
	// e.g.: tinyport for github.com/notional-labs/tinyport.
	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.: tinyport for github.com/notional-labs/tinyport.
	Package string
}

Path represents a Go module's path.

func Find

func Find(path string) (parsed Path, appPath string, err error)

Find search the Go module in the current and parent paths until finding it.

func Parse

func Parse(rawpath string) (Path, error)

Parse parses rawpath into a module Path.

func ParseAt

func ParseAt(path string) (Path, error)

ParseAt parses Go module path of an app resides at path.

Jump to

Keyboard shortcuts

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