From ce9d44619e970b1319fbccf3aace1ddf719bcec1 Mon Sep 17 00:00:00 2001 From: fangguizhen <1297394526@qq.com> Date: Wed, 18 Jan 2023 00:29:21 +0800 Subject: [PATCH] strings: remove redundant symbols --- src/strings/clone_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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