Skip to content

Commit

Permalink
linter fixes
Browse files Browse the repository at this point in the history
- remove unused func
  • Loading branch information
leehinman committed Jan 3, 2025
1 parent 42ac207 commit 034a558
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dev-tools/mage/gotool/go.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,10 +224,6 @@ func runVGo(cmd string, args *Args) error {
}, cmd, args)
}

func runGo(cmd string, args *Args) error {
return execGoWith(sh.RunWith, cmd, args)
}

func execGoWith(
fn func(map[string]string, string, ...string) error,
cmd string, args *Args,
Expand Down

0 comments on commit 034a558

Please sign in to comment.