diff options
author | 2022-03-18 14:11:14 +0000 | |
---|---|---|
committer | 2022-03-18 07:11:14 -0700 | |
commit | 74b84a137757c9bc3da5b95ce52007cab681d025 (patch) | |
tree | 402f563f7ba0c72990efe18e7ce62791475691ed /test | |
parent | d89f899dc44a75a7f0a02885f04162930917c7df (diff) | |
download | coredns-74b84a137757c9bc3da5b95ce52007cab681d025.tar.gz coredns-74b84a137757c9bc3da5b95ce52007cab681d025.tar.zst coredns-74b84a137757c9bc3da5b95ce52007cab681d025.zip |
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/etcd_cache_test.go | 2 | ||||
-rw-r--r-- | test/etcd_credentials_test.go | 2 | ||||
-rw-r--r-- | test/etcd_test.go | 2 | ||||
-rw-r--r-- | test/fuzz_corefile.go | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/etcd_cache_test.go b/test/etcd_cache_test.go index 4f5cd8472..a6e9cb5bc 100644 --- a/test/etcd_cache_test.go +++ b/test/etcd_cache_test.go @@ -1,4 +1,4 @@ -// +build etcd +//go:build etcd package test diff --git a/test/etcd_credentials_test.go b/test/etcd_credentials_test.go index 6fe124dce..a51e44e9e 100644 --- a/test/etcd_credentials_test.go +++ b/test/etcd_credentials_test.go @@ -1,4 +1,4 @@ -// +build etcd +//go:build etcd package test diff --git a/test/etcd_test.go b/test/etcd_test.go index 405a4ce83..e54a2bd1d 100644 --- a/test/etcd_test.go +++ b/test/etcd_test.go @@ -1,4 +1,4 @@ -// +build etcd +//go:build etcd package test diff --git a/test/fuzz_corefile.go b/test/fuzz_corefile.go index a1a7e6a36..88d0df396 100644 --- a/test/fuzz_corefile.go +++ b/test/fuzz_corefile.go @@ -1,4 +1,4 @@ -// +build gofuzz +//go:build gofuzz package test |