package
1.4.0
Repository: https://github.com/tj/mmake.git
Documentation: pkg.go.dev

# Functions

GetIncludePath allows the include path to be overridden.
NewGithubResolver returns a github resolver.
NewHTTPResolver returns a http resolver.
NewGithubResolver returns a github resolver.
NewUniversalResolver returns a universal resolver.

# Constants

DefaultIncludePath is the default directory where make includes reside and to which mmake will download remote includes.

# Variables

ErrNotFound is returned when a non-local lookup fails.
ErrNotSupported is returned when an unsupported include is detected, and may be checked by subsequent resolvers, or ignored completely.
IncludePath is the directory where make includes reside and to which mmake will download remote includes for the duration of a particular execution of mmake.

# Interfaces

Interface for resolving and fetching includes.