summaryrefslogtreecommitdiff
path: root/cmd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/main.go')
-rw-r--r--cmd/main.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/cmd/main.go b/cmd/main.go
deleted file mode 100644
index 585cd1259..000000000
--- a/cmd/main.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
-// All rights reserved. MIT License.
-package main
-
-import (
- "github.com/ry/deno"
-)
-
-func main() {
- deno.Init()
- deno.Eval("deno_main.js", "denoMain()")
- deno.Loop()
-}