api: add build tag for go 1.7

This commit is contained in:
André Carvalho 2017-04-24 18:05:17 -03:00
parent 09dcce7042
commit 6fdb468212
No known key found for this signature in database
GPG Key ID: 440C9C458D3A1E61
4 changed files with 8 additions and 0 deletions

View File

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build go1.7
// Package api provides clients the HTTP API's.
package api

View File

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build go1.7
package api
import (

View File

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build go1.7
// Package v1 provides bindings to the Prometheus HTTP API v1:
// http://prometheus.io/docs/querying/api/
package v1

View File

@ -11,6 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build go1.7
package v1
import (