commit | 768ea9c9e9c14007efe1d593a504bcda6dc945e2 | [log] [tgz] |
---|---|---|
author | Ross Light <light@google.com> | Fri Nov 17 13:39:52 2017 -0800 |
committer | Ross Light <light@google.com> | Fri Nov 17 21:49:08 2017 +0000 |
tree | 65ffb6fddc19352a2e5b04166862ba6f8d72584d | |
parent | dd0daf836b8f2c658d2d496e8ea65b42f0124a7d [diff] |
internal/health: use http.Get instead of s.Client.Get httptest.Server.Client was added in Go 1.9, and we want to support Go 1.8+ for App Engine. Change-Id: I1eb539a69c2dadc85505b181eeeb6e20dd333df7 Reviewed-on: https://go-review.googlesource.com/78539 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>