From 9d5f0f2d23b40470c557c50257ca792e6cd1595c Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Fri, 10 Jan 2020 19:29:09 +0000 Subject: Remove std/multipart (#3647) since it overlaps with std/mime/multipart --- std/multipart/fixtures/sample.txt | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 std/multipart/fixtures/sample.txt (limited to 'std/multipart/fixtures') diff --git a/std/multipart/fixtures/sample.txt b/std/multipart/fixtures/sample.txt deleted file mode 100644 index 97e9bf553..000000000 --- a/std/multipart/fixtures/sample.txt +++ /dev/null @@ -1,27 +0,0 @@ -----------------------------434049563556637648550474 -content-disposition: form-data; name="foo" -content-type: application/octet-stream - -foo -----------------------------434049563556637648550474 -content-disposition: form-data; name="bar" -content-type: application/octet-stream - -bar -----------------------------434049563556637648550474 -content-disposition: form-data; name="file"; filename="tsconfig.json" -content-type: application/octet-stream - -{ - "compilerOptions": { - "target": "es2018", - "baseUrl": ".", - "paths": { - "deno": ["./deno.d.ts"], - "https://*": ["../../.deno/deps/https/*"], - "http://*": ["../../.deno/deps/http/*"] - } - } -} - -----------------------------434049563556637648550474-- -- cgit v1.2.3