From 7689c7267be86131d37e3e20f10adb438cc2394b Mon Sep 17 00:00:00 2001 From: Nikita Karmatskikh Date: Sat, 20 Nov 2021 21:23:18 +0300 Subject: [PATCH] format build tags according to go 1.17 --- benchmark_test.go | 1 + dbutil/rewrite_test.go | 1 + example_test.go | 1 + iterx_test.go | 1 + migrate/migrate_test.go | 1 + 5 files changed, 5 insertions(+) diff --git a/benchmark_test.go b/benchmark_test.go index efe729a..21222e4 100644 --- a/benchmark_test.go +++ b/benchmark_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package gocqlx_test diff --git a/dbutil/rewrite_test.go b/dbutil/rewrite_test.go index 851bd6b..1132b5f 100644 --- a/dbutil/rewrite_test.go +++ b/dbutil/rewrite_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package dbutil_test diff --git a/example_test.go b/example_test.go index 6283eb7..341d86f 100644 --- a/example_test.go +++ b/example_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package gocqlx_test diff --git a/iterx_test.go b/iterx_test.go index 5966f55..2a1304f 100644 --- a/iterx_test.go +++ b/iterx_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package gocqlx_test diff --git a/migrate/migrate_test.go b/migrate/migrate_test.go index 35986b6..f44ad05 100644 --- a/migrate/migrate_test.go +++ b/migrate/migrate_test.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a ALv2-style // license that can be found in the LICENSE file. +//go:build all || integration // +build all integration package migrate_test