From 678313b17677e012ba9a07aeca58af1aafbf4e8c Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Tue, 28 Apr 2020 17:40:43 +0100 Subject: BREAKING: Remove Deno.EOF, use null instead (#4953) --- std/examples/gist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std/examples/gist.ts') diff --git a/std/examples/gist.ts b/std/examples/gist.ts index a11a92383..c41b9b98e 100755 --- a/std/examples/gist.ts +++ b/std/examples/gist.ts @@ -1,6 +1,6 @@ #!/usr/bin/env -S deno --allow-net --allow-env // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. -import { parse } from "https://deno.land/std/flags/mod.ts"; +import { parse } from "../flags/mod.ts"; function pathBase(p: string): string { const parts = p.split("/"); -- cgit v1.2.3