File: 0001-always-use-libsqlite3.patch

package info (click to toggle)
golang-github-mattn-go-sqlite3 1.14.27~ds1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 784 kB
  • sloc: cpp: 1,132; ansic: 726; makefile: 60
file content (16 lines) | stat: -rw-r--r-- 425 bytes parent folder | 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