From: Alberto Donizetti Date: Wed, 22 Apr 2020 15:42:41 +0000 (+0200) Subject: runtime: fix bad link to issue tracker in test X-Git-Tag: go1.15beta1~444 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=0a00926481faaf40189d1d78e738584cb1735f40;p=gostls13.git 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 --- 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