()
| 16 | } |
| 17 | |
| 18 | func NewRarArchiver() ShellArchiver { |
| 19 | return &RarArchiver{} |
| 20 | } |
| 21 | |
| 22 | func (z RarArchiver) Extract(ctx context.Context, filePath, dstDir string, _ string) error { |
| 23 | if err := checkCmdAvailability("unrar"); err != nil { |
no outgoing calls
no test coverage detected