From: Shengjing Zhu <i@zhsj.me>
Description: always use libsqlite3
Forwarded: not-needed
diff --git a/sqlite3_libsqlite3.go b/sqlite3_libsqlite3.go
index 95cc7c0..9f1f0c7 100644
--- a/sqlite3_libsqlite3.go
+++ b/sqlite3_libsqlite3.go
@@ -3,8 +3,6 @@
 // Use of this source code is governed by an MIT-style
 // license that can be found in the LICENSE file.
 
-//go:build libsqlite3
-// +build libsqlite3
 
 package sqlite3
 
