Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InvalidSourceError ¶
type InvalidSourceError struct { Source string // contains filtered or unexported fields }
InvalidSourceError is an error if generated source is unable to compile. Use SourceWithLine() to debug the generated code.
func (*InvalidSourceError) Error ¶
func (e *InvalidSourceError) Error() string
func (*InvalidSourceError) SourceWithLine ¶
func (e *InvalidSourceError) SourceWithLine(all bool) string
SourceWithLine returns the source code with line numbers
Click to show internal directories.
Click to hide internal directories.