Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChanNested ¶
func ChanNested(x chan (chan (int)))
func ChanPanics ¶
func ChanPanics(x chan (int))
func ChanReceiveCustomTypeChan ¶
func ChanReceiveCustomTypeChan(x Z)
func ChanReceiveInterfaceChan ¶
func ChanReceiveInterfaceChan(x Y)
func ChanReceiveStructChan ¶
func ChanReceiveStructChan(x X)
Types ¶
type X ¶
type X struct {
// contains filtered or unexported fields
}
func (X) ChanOnReceiver ¶
func (x X) ChanOnReceiver()
Click to show internal directories.
Click to hide internal directories.