Run make fmt with Go 1.11

This commit is contained in:
Daniel Nelson
2018-10-29 16:00:54 -07:00
parent 454c3be2d2
commit f38da90329
6 changed files with 45 additions and 45 deletions

View File

@@ -776,10 +776,10 @@ func TestGatherHttpCachesMetrics(t *testing.T) {
t,
"nginx_plus_api_http_caches",
map[string]interface{}{
"bypass_bytes": int64(5510647548),
"bypass_bytes_written": int64(44992),
"bypass_responses": int64(200187),
"bypass_responses_written": int64(200173),
"bypass_bytes": int64(5510647548),
"bypass_bytes_written": int64(44992),
"bypass_responses": int64(200187),
"bypass_responses_written": int64(200173),
"cold": false,
"expired_bytes": int64(1656847080),
"expired_bytes_written": int64(1641825173),
@@ -810,10 +810,10 @@ func TestGatherHttpCachesMetrics(t *testing.T) {
t,
"nginx_plus_api_http_caches",
map[string]interface{}{
"bypass_bytes": int64(5510647548),
"bypass_bytes_written": int64(44992),
"bypass_responses": int64(200187),
"bypass_responses_written": int64(200173),
"bypass_bytes": int64(5510647548),
"bypass_bytes_written": int64(44992),
"bypass_responses": int64(200187),
"bypass_responses_written": int64(200173),
"cold": false,
"expired_bytes": int64(1656847080),
"expired_bytes_written": int64(1641825173),