diff options
Diffstat (limited to 'echo.go')
-rw-r--r-- | echo.go | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/echo.go b/echo.go deleted file mode 100644 index 29ec11138..000000000 --- a/echo.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2018 Ryan Dahl <ry@tinyclouds.org> -// All rights reserved. MIT License. -package deno - -// For testing -func InitEcho() { - Sub("echo", func(buf []byte) []byte { - Pub("echo", buf) - return nil - }) -} |