lint: redundant-build-tag

Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
Brad Davidson 2025-12-15 22:11:17 +00:00 committed by Brad Davidson
parent 8086d7cb25
commit 316464975e
59 changed files with 0 additions and 59 deletions

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package main

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package main

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package config

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package config

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package config

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package containerd

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package containerd

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package containerd

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package containerd

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package cri

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package cri

View file

@ -1,5 +1,4 @@
//go:build linux && !no_cri_dockerd
// +build linux,!no_cri_dockerd
package cridockerd

View file

@ -1,5 +1,4 @@
//go:build windows && !no_cri_dockerd
// +build windows,!no_cri_dockerd
package cridockerd

View file

@ -1,5 +1,4 @@
//go:build !no_cri_dockerd
// +build !no_cri_dockerd
package cridockerd

View file

@ -1,5 +1,4 @@
//go:build no_cri_dockerd
// +build no_cri_dockerd
package cridockerd

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package flannel

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package flannel

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package loadbalancer

View file

@ -2,7 +2,6 @@
// - modified from https://github.com/cloudnativelabs/kube-router/blob/73b1b03b32c5755b240f6c077bb097abe3888314/pkg/controllers/netpol.go
//go:build !windows
// +build !windows
package netpol

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package agent

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package agent

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package templates

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package cgroups

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package cgroups

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package cmds

View file

@ -1,5 +1,4 @@
//go:build !linux || !cgo
// +build !linux !cgo
package cmds

View file

@ -1,5 +1,4 @@
//go:build !linux || !cgo
// +build !linux !cgo
package cmds

View file

@ -1,5 +1,4 @@
//go:build linux && cgo
// +build linux,cgo
package cmds

View file

@ -1,5 +1,4 @@
//go:build no_stage
// +build no_stage
package cmds

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package clientaccess

View file

@ -1,5 +1,4 @@
//go:build ctrd
// +build ctrd
/*
Copyright The containerd Authors.

View file

@ -1,5 +1,4 @@
//go:build ctrd
// +build ctrd
/*
Copyright The containerd Authors.

View file

@ -1,5 +1,4 @@
//go:build ctrd
// +build ctrd
/*
Copyright The containerd Authors.

View file

@ -1,5 +1,4 @@
//go:build ctrd
// +build ctrd
/*
Copyright The containerd Authors.

View file

@ -1,5 +1,4 @@
//go:build ctrd
// +build ctrd
package containerd

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package containerd

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package agent

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package agent

View file

@ -1,5 +1,4 @@
//go:build no_stage
// +build no_stage
package deploy

View file

@ -1,5 +1,4 @@
//go:build !no_stage
// +build !no_stage
package deploy

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package etcd

View file

@ -1,5 +1,4 @@
//go:build !no_embedded_executor
// +build !no_embedded_executor
package embed

View file

@ -1,5 +1,4 @@
//go:build linux && !no_embedded_executor
// +build linux,!no_embedded_executor
package embed

View file

@ -1,5 +1,4 @@
//go:build windows && !no_embedded_executor
// +build windows,!no_embedded_executor
package embed

View file

@ -1,5 +1,4 @@
//go:build !linux && !darwin && !freebsd && !openbsd && !netbsd && !dragonfly
// +build !linux,!darwin,!freebsd,!openbsd,!netbsd,!dragonfly
/*
Copyright 2016 The Kubernetes Authors.

View file

@ -1,5 +1,4 @@
//go:build linux
// +build linux
package proctitle

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package proctitle

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package rootless

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package rootless

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package rootless

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package rootlessports

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package signals

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package signals

View file

@ -1,5 +1,4 @@
//go:build no_stage
// +build no_stage
package static

View file

@ -1,5 +1,4 @@
//go:build !no_stage
// +build !no_stage
package static

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package util

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package util

View file

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package permissions

View file

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package permissions