diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-17 22:40:42 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-17 22:40:42 -0500 |
| commit | 6afc9dca3d6c550b859a7f6bede0ec9527b0ba34 (patch) | |
| tree | bf16288843e165c9334b1556fbf04e969fefca47 /http_test.ts | |
| parent | f6dae45cd2bb0615c136188b4dba8a3272ac5d70 (diff) | |
Remove buffer.ts and use the one built in to deno.
Original: https://github.com/denoland/deno_std/commit/5abec6efc5028bb281c29f5df40c0d87a4b8ebeb
Diffstat (limited to 'http_test.ts')
| -rw-r--r-- | http_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http_test.ts b/http_test.ts index 879afbf53..cdb7f8303 100644 --- a/http_test.ts +++ b/http_test.ts @@ -17,7 +17,7 @@ import { setContentLength, Response } from "./http"; -import { Buffer } from "./buffer"; +import { Buffer } from "deno"; import { BufWriter } from "./bufio"; interface ResponseTest { |
