([]byte)
| 455 | } |
| 456 | |
| 457 | func (c _console) Read([]byte) (n int, err error) { |
| 458 | return 0, errors.New("not implemented") |
| 459 | } |
| 460 | |
| 461 | func (c _console) Close() error { |
| 462 | return nil |
nothing calls this directly
no outgoing calls
no test coverage detected