This is an automated email from the ASF dual-hosted git repository.

francischuang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite-avatica-go.git

commit 5aa5a12ff9dc0d92b3ca6392c5b887e9efddcb3f
Author: Francis Chuang <[email protected]>
AuthorDate: Mon Oct 10 09:14:06 2022 +1100

    [CALCITE-5322] Remove deprecated build tags
---
 compat_go18.go              | 1 -
 connection_go18.go          | 1 -
 driver_go18_hsqldb_test.go  | 1 -
 driver_go18_phoenix_test.go | 1 -
 driver_go18_test.go         | 2 +-
 rows_go18.go                | 2 +-
 statement_go18.go           | 1 -
 7 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/compat_go18.go b/compat_go18.go
index 2bd3525..e43a012 100644
--- a/compat_go18.go
+++ b/compat_go18.go
@@ -1,5 +1,4 @@
 //go:build go1.8
-// +build go1.8
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/connection_go18.go b/connection_go18.go
index ff9fe04..ad48a5e 100644
--- a/connection_go18.go
+++ b/connection_go18.go
@@ -1,5 +1,4 @@
 //go:build go1.8
-// +build go1.8
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/driver_go18_hsqldb_test.go b/driver_go18_hsqldb_test.go
index 04d5f89..17b2fff 100644
--- a/driver_go18_hsqldb_test.go
+++ b/driver_go18_hsqldb_test.go
@@ -1,5 +1,4 @@
 //go:build go1.8
-// +build go1.8
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/driver_go18_phoenix_test.go b/driver_go18_phoenix_test.go
index 757993e..c119b99 100644
--- a/driver_go18_phoenix_test.go
+++ b/driver_go18_phoenix_test.go
@@ -1,5 +1,4 @@
 //go:build go1.8
-// +build go1.8
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/driver_go18_test.go b/driver_go18_test.go
index 1be71e0..f1414c1 100644
--- a/driver_go18_test.go
+++ b/driver_go18_test.go
@@ -1,4 +1,4 @@
-// +build go1.8
+//go:build go1.8
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/rows_go18.go b/rows_go18.go
index 792c211..e13f547 100644
--- a/rows_go18.go
+++ b/rows_go18.go
@@ -1,4 +1,4 @@
-// +build go1.8
+//go:build go1.8
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
diff --git a/statement_go18.go b/statement_go18.go
index fa5bee6..a434425 100644
--- a/statement_go18.go
+++ b/statement_go18.go
@@ -1,5 +1,4 @@
 //go:build go1.8
-// +build go1.8
 
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more

Reply via email to