Unused params

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2021-01-17 11:55:10 -03:00 committed by Christian Muehlhaeuser
parent b2d948b53c
commit b65205a7e5
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ import "os"
// listenForResize is not available on windows because windows does not // listenForResize is not available on windows because windows does not
// implement syscall.SIGWINCH. // implement syscall.SIGWINCH.
func listenForResize(output *os.File, msgs chan Msg, errs chan error) {} func listenForResize(_ *os.File, _ chan Msg, _ chan error) {}