From 335dadb61a49a461ab223e54937fb52262091b60 Mon Sep 17 00:00:00 2001 From: Bob Shannon Date: Thu, 12 Apr 2018 06:35:47 -0700 Subject: [PATCH] PR comments Signed-off-by: Bob Shannon --- .travis.yml | 6 +++--- api/prometheus/v1/api.go | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ff54ea..e9bca4e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ sudo: false language: go go: -- 1.7.x -- 1.8.x -- 1.9.x + - 1.7.x + - 1.8.x + - 1.9.x script: - go test -short ./... diff --git a/api/prometheus/v1/api.go b/api/prometheus/v1/api.go index 3d37437..c41c0cf 100644 --- a/api/prometheus/v1/api.go +++ b/api/prometheus/v1/api.go @@ -131,9 +131,6 @@ type ConfigResult struct { // FlagsResult contains the result from querying the flag endpoint. type FlagsResult map[string]string -// Flags models a set of flags that Prometheus is configured with. -type Flags map[string]string - // SnapshotResult contains the result from querying the snapshot endpoint. type SnapshotResult struct { Name string `json:"name"`