mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 10:13:14 -05:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user