summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfangguizhen <1297394526@qq.com>2023-01-17 16:37:42 +0000
committerGopher Robot <gobot@golang.org>2023-01-17 17:24:17 +0000
commit8e199294361de59b637f25a7d5eebdee1b131415 (patch)
tree7ca3a272b7581ab0ca292612fab2a8f49f0045ee
parent6cb8c43b842daffe628e8ee7a94ea3b1ba17299d (diff)
downloadgo-git-8e199294361de59b637f25a7d5eebdee1b131415.tar.gz
strings: remove redundant symbols
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>
-rw-r--r--src/strings/clone_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strings/clone_test.go b/src/strings/clone_test.go
index 77479cfacf..64f2760ee3 100644
--- a/src/strings/clone_test.go
+++ b/src/strings/clone_test.go
@@ -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