Merge pull request #13416 from tylitianrui/feat/remove_obsolete_build_tag

remove  obsolete build tag
This commit is contained in:
Julien Pivotto 2024-01-17 18:12:21 +01:00 committed by GitHub
commit 4f941bbf69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
34 changed files with 0 additions and 34 deletions

View file

@ -12,7 +12,6 @@
// limitations under the License.
//
//go:build !windows
// +build !windows
package main

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !windows
// +build !windows
package config

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build plugins
// +build plugins
package main

View file

@ -13,7 +13,6 @@
// Only build when go-fuzz is in use
//go:build gofuzz
// +build gofuzz
package promql

View file

@ -13,7 +13,6 @@
// Only build when go-fuzz is in use
//go:build gofuzz
// +build gofuzz
package promql

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build tools
// +build tools
// Package tools tracks dependencies for tools that are required to generate the protobuf code.
// See https://github.com/golang/go/issues/25922

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !windows
// +build !windows
package chunks

View file

@ -13,7 +13,6 @@
// limitations under the License.
//go:build !windows
// +build !windows
package fileutil

View file

@ -13,7 +13,6 @@
// limitations under the License.
//go:build windows
// +build windows
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build js
// +build js
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build solaris
// +build solaris
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd
// +build darwin dragonfly freebsd linux netbsd openbsd
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build windows
// +build windows
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build windows
// +build windows
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build windows
// +build windows
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build js
// +build js
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !windows && !plan9 && !js
// +build !windows,!plan9,!js
package fileutil

View file

@ -13,7 +13,6 @@
// limitations under the License.
//go:build !linux && !darwin
// +build !linux,!darwin
package fileutil

View file

@ -13,7 +13,6 @@
// limitations under the License.
//go:build !linux && !darwin
// +build !linux,!darwin
package fileutil

View file

@ -13,7 +13,6 @@
// limitations under the License.
//go:build darwin
// +build darwin
package fileutil

View file

@ -13,7 +13,6 @@
// limitations under the License.
//go:build linux
// +build linux
package fileutil

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build go1.12
// +build go1.12
// Package goversion enforces the go version supported by the tsdb module.
package goversion

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !windows
// +build !windows
package tsdb

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !windows
// +build !windows
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build windows
// +build windows
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build openbsd || windows || netbsd || solaris
// +build openbsd windows netbsd solaris
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !windows && !openbsd && !netbsd && !solaris && !386
// +build !windows,!openbsd,!netbsd,!solaris,!386
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build linux && 386
// +build linux,386
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build (386 && darwin) || (386 && freebsd)
// +build 386,darwin 386,freebsd
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !linux
// +build !linux
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !windows && !openbsd
// +build !windows,!openbsd
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build openbsd
// +build openbsd
package runtime

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build builtinassets
// +build builtinassets
package ui

View file

@ -12,7 +12,6 @@
// limitations under the License.
//go:build !builtinassets
// +build !builtinassets
package ui