with any instead

This commit is contained in:
2022-11-05 23:11:08 +01:00
parent e34aa4134e
commit ea93d6de45
2 changed files with 8 additions and 3 deletions

View File

@@ -12,7 +12,6 @@ type GoCliPlugin struct{}
// Do implements register.Plugin
func (*GoCliPlugin) Do(ctx context.Context, commandName string, args map[string]string) error {
log.Print("hit do")
return nil
}