mirror of
https://github.com/fumiama/WireGold.git
synced 2026-06-10 11:40:30 +08:00
chore: make lint happy
This commit is contained in:
@@ -57,6 +57,7 @@ func (n *NIC) Close() error {
|
||||
return n.ifce.Close()
|
||||
}
|
||||
|
||||
// nolint: unparam
|
||||
func execute(c string, args ...string) {
|
||||
logrus.Printf("[lower] exec cmd: %v %v:", c, args)
|
||||
cmd := exec.Command(c, args...)
|
||||
|
||||
Reference in New Issue
Block a user