File tree 4 files changed +8
-0
lines changed
4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11
11
// See the License for the specific language governing permissions and
12
12
// limitations under the License.
13
13
14
+ // +build go1.7
15
+
14
16
// Package api provides clients the HTTP API's.
15
17
package api
16
18
Original file line number Diff line number Diff line change 11
11
// See the License for the specific language governing permissions and
12
12
// limitations under the License.
13
13
14
+ // +build go1.7
15
+
14
16
package api
15
17
16
18
import (
Original file line number Diff line number Diff line change 11
11
// See the License for the specific language governing permissions and
12
12
// limitations under the License.
13
13
14
+ // +build go1.7
15
+
14
16
// Package v1 provides bindings to the Prometheus HTTP API v1:
15
17
// http://prometheus.io/docs/querying/api/
16
18
package v1
Original file line number Diff line number Diff line change 11
11
// See the License for the specific language governing permissions and
12
12
// limitations under the License.
13
13
14
+ // +build go1.7
15
+
14
16
package v1
15
17
16
18
import (
You can’t perform that action at this time.
0 commit comments