Package: golang-github-mattn-go-sqlite3 / 1.14.27~ds1-1

0001-always-use-libsqlite3.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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