Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recvtty: fix errcheck linter warnings
Fixes the following errcheck linter warnings > contrib/cmd/recvtty/recvtty.go:115:10: Error return value of `io.Copy` is not checked (errcheck) > io.Copy(os.Stdout, c) > ^ > contrib/cmd/recvtty/recvtty.go:120:11: Error return value of `io.Copy` is not checked (errcheck) > io.Copy(c, os.Stdin) > ^ > contrib/cmd/recvtty/recvtty.go:175:11: Error return value of `io.Copy` is not checked (errcheck) > io.Copy(devnull, master) > ^ Signed-off-by: Kir Kolyshkin <[email protected]>
- Loading branch information