chore: use go fix to cleanup old +build buildtag

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2022-12-29 14:22:15 +08:00
parent cfe7ac9956
commit 6b7e237fc7
160 changed files with 0 additions and 160 deletions

View File

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

View File

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

View File

@ -1,5 +1,4 @@
//go:build darwin || freebsd || netbsd //go:build darwin || freebsd || netbsd
// +build darwin freebsd netbsd
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
//go:build gofuzz //go:build gofuzz
// +build gofuzz
// Copyright 2022 ADA Logics Ltd // Copyright 2022 ADA Logics Ltd
// //

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
//go:build !linux && !darwin //go:build !linux && !darwin
// +build !linux,!darwin
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
//go:build freebsd || linux || darwin //go:build freebsd || linux || darwin
// +build freebsd linux darwin
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !freebsd && !linux && !windows && !darwin //go:build !freebsd && !linux && !windows && !darwin
// +build !freebsd,!linux,!windows,!darwin
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !darwin && !freebsd //go:build !darwin && !freebsd
// +build !darwin,!freebsd
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

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

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

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

View File

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

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
//go:build !windows && !linux //go:build !windows && !linux
// +build !windows,!linux
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,4 @@
//go:build !linux && !windows //go:build !linux && !windows
// +build !linux,!windows
/* /*
Copyright The containerd Authors. Copyright The containerd Authors.

View File

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

View File

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

View File

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

Some files were not shown because too many files have changed in this diff Show More