remove obsolete build tag

Signed-off-by: tyltr <tylitianrui@126.com>
This commit is contained in:
tyltr 2024-01-17 22:26:32 +08:00
parent a6b35ff304
commit f97fa2736c
34 changed files with 0 additions and 34 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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