Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compiler ¶
type Compiler struct {
// contains filtered or unexported fields
}
func NewCompiler ¶
type InvocationError ¶
type InvocationError struct {
// contains filtered or unexported fields
}
func (*InvocationError) Error ¶
func (e *InvocationError) Error() string
func (*InvocationError) Stderr ¶
func (e *InvocationError) Stderr() string
func (*InvocationError) Stdout ¶
func (e *InvocationError) Stdout() string
func (*InvocationError) Unwrap ¶
func (e *InvocationError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.