Skip to content

Commit 5fedbe4

Browse files
committed
// +build -> //go:build
1 parent b2f2619 commit 5fedbe4

10 files changed

Lines changed: 10 additions & 0 deletions

dnscrypt-proxy/fuzzing_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build gofuzzbeta
12
// +build gofuzzbeta
23

34
package main

dnscrypt-proxy/netprobe_others.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !windows
12
// +build !windows
23

34
package main

dnscrypt-proxy/privilege_others.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !windows && !linux
12
// +build !windows,!linux
23

34
package main

dnscrypt-proxy/service_android.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build android
12
// +build android
23

34
package main

dnscrypt-proxy/service_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !android
12
// +build !android
23

34
package main

dnscrypt-proxy/service_others.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !linux && !windows
12
// +build !linux,!windows
23

34
package main

dnscrypt-proxy/setsockopts_others.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !freebsd && !openbsd && !windows && !darwin && !linux
12
// +build !freebsd,!openbsd,!windows,!darwin,!linux
23

34
package main

dnscrypt-proxy/systemd_free.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !linux
12
// +build !linux
23

34
package main

dnscrypt-proxy/systemd_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !android
12
// +build !android
23

34
package main

dnscrypt-proxy/timezone_others.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//go:build !android
12
// +build !android
23

34
package main

0 commit comments

Comments
 (0)