chore: delete // +build buildtag by `go fix`

Signed-off-by: Wei Fu <fuweid89@gmail.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Wei Fu 2022-12-29 14:10:50 +08:00
parent a4c1b3a9e2
commit 4d0b91947e
57 changed files with 0 additions and 57 deletions

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

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

View File

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

View File

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

View File

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

View File

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

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 darwin
// +build darwin
package fileutil

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build linux
// +build linux
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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build !linux || cov
// +build !linux cov
package osutil

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -15,7 +15,6 @@
// These tests depend on certificate-based authentication that is NOT supported
// by gRPC proxy.
//go:build !cluster_proxy
// +build !cluster_proxy
package e2e

View File

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

View File

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

View File

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

View File

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

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build !cov && !cluster_proxy
// +build !cov,!cluster_proxy
package e2e

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build cluster_proxy
// +build cluster_proxy
// The purpose of this (empty) package is too keep following test working:
// # go test -tags=cluster_proxy ./integration/embed

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build !cluster_proxy
// +build !cluster_proxy
// Keep the test in a separate package from other tests such that
// .setupLogging method does not race with other (previously running) servers (grpclog is global).

View File

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

View File

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

View File

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

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build libs
// +build libs
// This file implements that pattern:
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module

View File

@ -13,7 +13,6 @@
// limitations under the License.
//go:build tools
// +build tools
// This file implements that pattern:
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module