Closed wwade closed 1 year ago
Pull request #63 added support for the file:// scheme for fetch. This change adds the suggested test case to ensure that both the baseline http:// support and the newly-added file:// support are working as expected.
file://
fetch
http://
Thank you! Can it be that make gazelle needs to be run to generate the build files?
make gazelle
Done!
Pull request #63 added support for the
file://
scheme forfetch
. This change adds the suggested test case to ensure that both the baselinehttp://
support and the newly-addedfile://
support are working as expected.