]> Cypherpunks repositories - gostls13.git/commitdiff
io/fs: minor corrections to Glob release date
authorMeng Zhuo <mzh@golangcn.org>
Thu, 7 Jan 2021 08:28:35 +0000 (16:28 +0800)
committerMeng Zhuo <mzh@golangcn.org>
Fri, 8 Jan 2021 01:48:01 +0000 (01:48 +0000)
io/fs is introduced in 2020, not 2009 nor 2010

Change-Id: I7d63aae17b1f8c3af1ded2f639e3fb76ff2aea81
Reviewed-on: https://go-review.googlesource.com/c/go/+/282232
Trust: Meng Zhuo <mzh@golangcn.org>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/io/fs/glob.go
src/io/fs/glob_test.go

index cde6c49f3db0c6012b513101649fe580e803294c..59bd1939d7707ebe31039a88ccab30383638e41d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2010 The Go Authors. All rights reserved.
+// Copyright 2020 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.
 
index 5c8ac3fbf32bd968f240fcbe5fd0b150b9039d35..f0d791fab5aba9bb6134cfca789a609b8263cc6c 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2009 The Go Authors. All rights reserved.
+// Copyright 2020 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.