mirror of
https://github.com/FiloSottile/age.git
synced 2026-01-03 10:55:14 +00:00
all: fix staticcheck warnings (#589)
Co-authored-by: Filippo Valsorda <github@bip.filippo.io>
This commit is contained in:
committed by
GitHub
parent
176e245b3c
commit
cda3988cc7
@@ -9,7 +9,6 @@ package plugin
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"bytes"
|
||||
"fmt"
|
||||
"io"
|
||||
"math/rand"
|
||||
@@ -382,7 +381,6 @@ type clientConnection struct {
|
||||
cmd *exec.Cmd
|
||||
io.Reader // stdout
|
||||
io.Writer // stdin
|
||||
stderr bytes.Buffer
|
||||
close func()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user