This change adds `_ =` assignments to exec.Command(...).Run() calls in test setup code to explicitly ignore error returns, likely to satisfy linters or static analysis tools without changing behavior. |
||
|---|---|---|
| .. | ||
| workon_test.go | ||
| workon.go | ||
This change adds `_ =` assignments to exec.Command(...).Run() calls in test setup code to explicitly ignore error returns, likely to satisfy linters or static analysis tools without changing behavior. |
||
|---|---|---|
| .. | ||
| workon_test.go | ||
| workon.go | ||