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. // 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

@ -13,7 +13,6 @@
// limitations under the License. // limitations under the License.
//go:build !windows && !plan9 && !solaris //go:build !windows && !plan9 && !solaris
// +build !windows,!plan9,!solaris
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

@ -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

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

View File

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

@ -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

@ -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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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