Documentation ¶
Index ¶
- func Fuzz(data []byte) int
- type MathRandReader
- 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)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MathRandReader ¶
type MathRandReader int
type MyConn ¶
type MyConn struct {
// contains filtered or unexported fields
}
func (*MyConn) RemoteAddr ¶
Click to show internal directories.
Click to hide internal directories.