Skip to content

Commit

Permalink
Fix go vet.
Browse files Browse the repository at this point in the history
  • Loading branch information
blakerouse committed Aug 3, 2020
1 parent a7b0d3c commit a334253
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ type manager struct {
complete chan bool
}

// NewManager returns the reexec manager.
func NewManager(log *logger.Logger, exec string) ExecManager {
return &manager{
logger: log,
Expand Down

0 comments on commit a334253

Please sign in to comment.