diff options
author | Tim Cooper <tim.cooper@layeh.com> | 2018-06-01 17:29:59 -0300 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2018-06-01 21:52:00 +0000 |
commit | 161874da2ab6d5372043a1f3938a81a19d1165ad (patch) | |
tree | 6662b46b3a1216501e2d37d71f3521e049e87b79 /src/math/cmplx | |
parent | 7cb1810fe8117d4c5112ecea7a65f28f03009ef7 (diff) | |
download | go-git-161874da2ab6d5372043a1f3938a81a19d1165ad.tar.gz |
all: update comment URLs from HTTP to HTTPS, where possible
Each URL was manually verified to ensure it did not serve up incorrect
content.
Change-Id: I4dc846227af95a73ee9a3074d0c379ff0fa955df
Reviewed-on: https://go-review.googlesource.com/115798
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/math/cmplx')
-rw-r--r-- | src/math/cmplx/cmath_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/cmplx/cmath_test.go b/src/math/cmplx/cmath_test.go index 8d705622fd..80c3b33937 100644 --- a/src/math/cmplx/cmath_test.go +++ b/src/math/cmplx/cmath_test.go @@ -39,7 +39,7 @@ var vc = []complex128{ } // The expected results below were computed by the high precision calculators -// at http://keisan.casio.com/. More exact input values (array vc[], above) +// at https://keisan.casio.com/. More exact input values (array vc[], above) // were obtained by printing them with "%.26f". The answers were calculated // to 26 digits (by using the "Digit number" drop-down control of each // calculator). |