Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Raw ¶
func Raw(src string) fmt.GoStringer
Types ¶
type FunctionCall ¶
type FunctionCall struct {
// contains filtered or unexported fields
}
func (*FunctionCall) GoString ¶ added in v0.10.0
func (f *FunctionCall) GoString() string
func (*FunctionCall) ReturnCount ¶
func (f *FunctionCall) ReturnCount(count int) *FunctionCall
func (*FunctionCall) ReturnVariable ¶
func (f *FunctionCall) ReturnVariable(index int, name string) *FunctionCall
func (*FunctionCall) WithError ¶
func (f *FunctionCall) WithError() *FunctionCall
type GoStringFunc ¶ added in v0.10.0
type GoStringFunc func() string
func (GoStringFunc) GoString ¶ added in v0.10.0
func (f GoStringFunc) GoString() string
Click to show internal directories.
Click to hide internal directories.