From 86354a29a40fb97e334f951428239ab8e171e2dd Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 22 Jun 2018 14:23:42 +0200 Subject: Delete go implementation (#276) The go prototype will remain at https://github.com/ry/deno/tree/golang --- testdata/subdir/print_hello.ts | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 testdata/subdir/print_hello.ts (limited to 'testdata/subdir/print_hello.ts') diff --git a/testdata/subdir/print_hello.ts b/testdata/subdir/print_hello.ts deleted file mode 100644 index 7ecce5040..000000000 --- a/testdata/subdir/print_hello.ts +++ /dev/null @@ -1,3 +0,0 @@ -export function printHello(): void { - console.log("Hello"); -} -- cgit v1.2.3