x/playground: support non-source input files #38294
Labels
FeatureRequest
Issues asking for a new feature that does not need a proposal.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
(This is somewhat related to #32403.)
Now that the Playground supports multi-file inputs, it would be nice if those files could include non-source files, which the program could then open using the usual
os
functions and use as inputs to various I/O libraries (for example,encoding/csv
as in https://play.golang.org/p/PST2BvzIBPE).That would make it easier, for example, for users to use the
txtar
command to convert a local reproducer for a bug to be runnable in the Playground with minimal additional modification.(CC @golang/osp-team)
The text was updated successfully, but these errors were encountered: