chore: modernize
parent
84732692d4
commit
7344d034b7
|
@ -42,7 +42,7 @@ func (a *action) getFlags(c *cli.Context) {
|
|||
a.log("Flags %+v\n", a.flags)
|
||||
}
|
||||
|
||||
func (a *action) log(format string, v ...interface{}) {
|
||||
func (a *action) log(format string, v ...any) {
|
||||
if a.flags.verbose {
|
||||
log.Printf(format, v...)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue