(b []byte)
| 82 | } |
| 83 | |
| 84 | func (c *MirrorConn) Write(b []byte) (int, error) { |
| 85 | return 0, fmt.Errorf("Write(%v)", len(b)) |
| 86 | } |
| 87 | |
| 88 | func (c *MirrorConn) Close() error { |
| 89 | return fmt.Errorf("Close()") |
nothing calls this directly
no outgoing calls
no test coverage detected