From 0a00926481faaf40189d1d78e738584cb1735f40 Mon Sep 17 00:00:00 2001 From: Alberto Donizetti Date: Wed, 22 Apr 2020 17:42:41 +0200 Subject: [PATCH] runtime: fix bad link to issue tracker in test Change-Id: Ie88ff3f0493f4119be25476a20038877e879c485 Reviewed-on: https://go-review.googlesource.com/c/go/+/229397 Reviewed-by: Emmanuel Odeke --- src/runtime/panic_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/panic_test.go b/src/runtime/panic_test.go index 45ffa9858b..b8a300f6b1 100644 --- a/src/runtime/panic_test.go +++ b/src/runtime/panic_test.go @@ -11,7 +11,7 @@ import ( // Test that panics print out the underlying value // when the underlying kind is directly printable. -// Issue: https://golang/go/issues/37531 +// Issue: https://golang.org/issues/37531 func TestPanicWithDirectlyPrintableCustomTypes(t *testing.T) { tests := []struct { name string -- 2.50.0