diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-11-08 12:26:20 -0500 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-11-08 12:26:20 -0500 |
| commit | 0c324a442ef4a296bd925972dfbe3fc94c60b256 (patch) | |
| tree | 4e325e06de647c9ee7859a47dd6deedb0662d53a /bufio.ts | |
| parent | a628a499fa7794ef421e814ae487635890af1cb3 (diff) | |
First pass at TextProtoReader.
Original: https://github.com/denoland/deno_std/commit/31ab43b9193a9107d965c991f17992fcee791b33
Diffstat (limited to 'bufio.ts')
| -rw-r--r-- | bufio.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
