Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrLoadFailed = errors.New("load failed") ErrExecFailed = errors.New("exec failed") ErrMainFailed = errors.New("failed to call main") ErrMainUnexpectedResult = errors.New("main returned unexpected result") )
View Source
var ErrCycle = errors.New("import cycle detected")
Functions ¶
This section is empty.
Types ¶
type CacheEntry ¶
type CacheEntry struct {
// contains filtered or unexported fields
}
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
func NewLoader ¶
func NewLoader(fs fs.FileSystem) *Loader
type Option ¶
type Option func(*Larker)
func WithFileSystem ¶
func WithFileSystem(fs fs.FileSystem) Option
Click to show internal directories.
Click to hide internal directories.