mirror of
https://github.com/nxshock/promodj.git
synced 2025-07-04 00:13:10 +05:00
Resolve linter issues
This commit is contained in:
parent
fc684125cc
commit
87bc382747
3 changed files with 17 additions and 4 deletions
|
@ -57,7 +57,7 @@ func encode(url string, w io.Writer) error {
|
|||
buf := buffer.New(int64(config.BufferSize) * 1024 * 1024)
|
||||
_, err = nio.Copy(w, out, buf)
|
||||
if err != nil {
|
||||
cmd.Process.Kill()
|
||||
_ = cmd.Process.Kill()
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue