You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace use of external invocation of standard Unix commands with standard library equivalents of file operations or (when they're missing from API¹) with Go packages.
¹ lack of file copying makes me coming from Rust 🤣
The text was updated successfully, but these errors were encountered:
Problem
In multiple places the plugin unnecessary calls commands for file operations, what's bad practice and non-portable solution. Example:
Proposal
Replace use of external invocation of standard Unix commands with standard library equivalents of file operations or (when they're missing from API¹) with Go packages.
¹ lack of file copying makes me coming from Rust 🤣
The text was updated successfully, but these errors were encountered: