Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MyType ¶
type MyType struct { }
func (*MyType) PointerRecFunc ¶
func (m *MyType) PointerRecFunc()
func (MyType) ValueReceiverFunc ¶
func (m MyType) ValueReceiverFunc()
type OtherType ¶
type OtherType bool
func (*OtherType) OtherPRecFunc ¶
func (o *OtherType) OtherPRecFunc()
func (OtherType) SomeOtherValRec ¶
func (o OtherType) SomeOtherValRec()
Click to show internal directories.
Click to hide internal directories.