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. |
||
|---|---|---|
| .. | ||
| git_test.go | ||
| git.go | ||
| interface.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. |
||
|---|---|---|
| .. | ||
| git_test.go | ||
| git.go | ||
| interface.go | ||