We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console
os
js/console.go uses directly the os package while almost everything uses an abstraction such as afero
afero
We should be using afero across everything (until #1079) so this needs to change.
This likely can be done similarly to #2487
The text was updated successfully, but these errors were encountered:
grafana#2565: Removed os packages dependency on console and used afer…
f1a1ab8
…o package
For the record. After an internal discussion, we decided to clean a milestone since the issue was jumping between milestones without completion.
Once we determine which milestone it lands, we set the right one.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
js/console.go uses directly the
os
package while almost everything uses an abstraction such asafero
We should be using afero across everything (until #1079) so this needs to change.
This likely can be done similarly to #2487
The text was updated successfully, but these errors were encountered: