Documentation
      ¶
    
    
  
    
  
    Index ¶
- func Fuzz(data []byte) int
 - type LogPipe
 - type MyConn
 - func (c *MyConn) Close() error
 - func (c *MyConn) LocalAddr() net.Addr
 - func (c *MyConn) Read(b []byte) (n int, err error)
 - func (c *MyConn) RemoteAddr() net.Addr
 - func (c *MyConn) SetDeadline(t time.Time) error
 - func (c *MyConn) SetReadDeadline(t time.Time) error
 - func (c *MyConn) SetWriteDeadline(t time.Time) error
 - func (c *MyConn) Write(b []byte) (n int, err error)
 
- type MyListener
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MyConn ¶
type MyConn struct {
	// contains filtered or unexported fields
}
    func (*MyConn) RemoteAddr ¶
type MyListener ¶
type MyListener chan *MyConn
func (MyListener) Addr ¶
func (ln MyListener) Addr() net.Addr
func (MyListener) Close ¶
func (ln MyListener) Close() error
 Click to show internal directories. 
   Click to hide internal directories.