summaryrefslogtreecommitdiff
path: root/cli/js/io.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/io.ts')
-rw-r--r--cli/js/io.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/js/io.ts b/cli/js/io.ts
index bf86d55b1..2686fd3cb 100644
--- a/cli/js/io.ts
+++ b/cli/js/io.ts
@@ -1,7 +1,8 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
// Interfaces 100% copied from Go.
// Documentation liberally lifted from them too.
-// Thank you! We love Go!
+// Thank you! We love Go! <3
const DEFAULT_BUFFER_SIZE = 32 * 1024;