diff options
Diffstat (limited to 'src/math/big/int_test.go')
-rw-r--r-- | src/math/big/int_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/big/int_test.go b/src/math/big/int_test.go index 28369bd0e6..88c8c2bb64 100644 --- a/src/math/big/int_test.go +++ b/src/math/big/int_test.go @@ -708,7 +708,7 @@ var primes = []string{ "10953742525620032441", "17908251027575790097", - // http://golang.org/issue/638 + // https://golang.org/issue/638 "18699199384836356663", "98920366548084643601728869055592650835572950932266967461790948584315647051443", |