aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormkontani <itoama@live.jp>2022-04-17 15:17:08 +0000
committerGopher Robot <gobot@golang.org>2022-04-21 23:41:49 +0000
commit555bed939d878db4c6fd60f2fef0577273dd05a7 (patch)
tree3dbea020fbf7c9357c1d9ca8276e336654163a9d
parent21e1ffe7bc7793a8f1c1fca4dfa32f1f3f70681c (diff)
downloadgo-555bed939d878db4c6fd60f2fef0577273dd05a7.tar.gz
go-555bed939d878db4c6fd60f2fef0577273dd05a7.zip
test/typeparam: fix copyright message
Change-Id: Ia0a4be56d4e1fbfc73e6ce24f01a658c89a74adb GitHub-Last-Rev: dd95e50c4b37a031d3ee852bbb7487f748526562 GitHub-Pull-Request: golang/go#52393 Reviewed-on: https://go-review.googlesource.com/c/go/+/400694 Reviewed-by: Ian Lance Taylor <iant@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
-rw-r--r--test/typeparam/cons.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/typeparam/cons.go b/test/typeparam/cons.go
index b7bace4423..733e5793b1 100644
--- a/test/typeparam/cons.go
+++ b/test/typeparam/cons.go
@@ -2,7 +2,7 @@
// Copyright 2021 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
-// lice
+// license that can be found in the LICENSE file.
package main