From ad3de86604f6bae352e06ef9154e371f4d5d1860 Mon Sep 17 00:00:00 2001 From: Axetroy Date: Mon, 27 May 2019 07:58:31 +0800 Subject: rename strings/strings.ts to strings/mod.ts (denoland/deno_std#449) Original: https://github.com/denoland/deno_std/commit/2f003fa35cb354b1b1cc43af196a0d356b334ed3 --- ws/example_client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ws/example_client.ts') diff --git a/ws/example_client.ts b/ws/example_client.ts index 16f37d021..c2be9d76e 100644 --- a/ws/example_client.ts +++ b/ws/example_client.ts @@ -4,7 +4,7 @@ import { isWebSocketPingEvent, isWebSocketPongEvent } from "../ws/mod.ts"; -import { encode } from "../strings/strings.ts"; +import { encode } from "../strings/mod.ts"; import { BufReader } from "../io/bufio.ts"; import { TextProtoReader } from "../textproto/mod.ts"; import { blue, green, red, yellow } from "../colors/mod.ts"; -- cgit v1.2.3