diff --git a/std/textproto/mod.ts b/std/textproto/mod.ts index ca14c05469..9b843e5b12 100644 --- a/std/textproto/mod.ts +++ b/std/textproto/mod.ts @@ -1,4 +1,4 @@ -// Based on https://github.com/golang/go/blob/891682/src/net/textproto/ +// Based on https://github.com/golang/go/tree/master/src/net/textproto // 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.