package archiver func NewNoOpArchiver() func(string, error) { return func(string, error) { } }