update all +build statements (#5271)

* update all +build statements

Signed-off-by: MQasimSarfraz <syed.qasim.sarfraz@gmail.com>

* remove old +build style

Signed-off-by: MQasimSarfraz <syed.qasim.sarfraz@gmail.com>
This commit is contained in:
Qasim Sarfraz 2022-03-18 14:11:14 +00:00 committed by GitHub
parent d89f899dc4
commit 74b84a1377
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 20 additions and 21 deletions

View file

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

View file

@ -1,4 +1,4 @@
//+build ignore
//go:build ignore
// generates plugin/chaos/zowners.go.

View file

@ -1,4 +1,4 @@
// +build gofuzz
//go:build gofuzz
package cache

View file

@ -1,4 +1,4 @@
// +build gofuzz
//go:build gofuzz
package chaos

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
// +build etcd
//go:build etcd
// tests mx and txt records

View file

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

View file

@ -1,4 +1,4 @@
// +build gofuzz
//go:build gofuzz
package file

View file

@ -1,4 +1,4 @@
// +build gofuzz
//go:build gofuzz
package forward

View file

@ -1,4 +1,4 @@
// +build !go1.11 !aix,!darwin,!dragonfly,!freebsd,!linux,!netbsd,!openbsd
//go:build !go1.11 || (!aix && !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd)
package reuseport

View file

@ -1,5 +1,4 @@
// +build go1.11
// +build aix darwin dragonfly freebsd linux netbsd openbsd
//go:build go1.11 && (aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd)
package reuseport

View file

@ -1,4 +1,4 @@
// +build gofuzz
//go:build gofuzz
package rewrite

View file

@ -1,4 +1,4 @@
// +build gofuzz
//go:build gofuzz
package whoami

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
// +build gofuzz
//go:build gofuzz
package test