]> Cypherpunks repositories - gostls13.git/commitdiff
strings: remove redundant symbols
authorfangguizhen <1297394526@qq.com>
Tue, 17 Jan 2023 16:37:42 +0000 (16:37 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 17 Jan 2023 17:24:17 +0000 (17:24 +0000)
Change-Id: Ie3fe0274288d6cb6303acdcec1340c480e5c0b20
GitHub-Last-Rev: ce9d44619e970b1319fbccf3aace1ddf719bcec1
GitHub-Pull-Request: golang/go#57848
Reviewed-on: https://go-review.googlesource.com/c/go/+/462277
Run-TryBot: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Auto-Submit: Keith Randall <khr@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/strings/clone_test.go

index 77479cfacf6fa25972970d4e08299ea4aaa18ce8..64f2760ee378dbb1d97d9488196784e1f2d1b419 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright 2021 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.ß
+// license that can be found in the LICENSE file.
 
 package strings_test