summaryrefslogtreecommitdiff
path: root/bufio.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-11-08 12:26:20 -0500
committerRyan Dahl <ry@tinyclouds.org>2018-11-08 12:26:20 -0500
commit0c324a442ef4a296bd925972dfbe3fc94c60b256 (patch)
tree4e325e06de647c9ee7859a47dd6deedb0662d53a /bufio.ts
parenta628a499fa7794ef421e814ae487635890af1cb3 (diff)
First pass at TextProtoReader.
Original: https://github.com/denoland/deno_std/commit/31ab43b9193a9107d965c991f17992fcee791b33
Diffstat (limited to 'bufio.ts')
-rw-r--r--bufio.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bufio.ts b/bufio.ts
index d736e1fc4..8ff02b7e9 100644
--- a/bufio.ts
+++ b/bufio.ts
@@ -1,4 +1,4 @@
-// Ported to Deno from:
+// Based on https://github.com/golang/go/blob/891682/src/bufio/bufio.go
// Copyright 2009 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.