forked from mirror/go-sqlite3
Removed legacy build tags
This commit is contained in:
parent
1549ea7a5a
commit
dc9d5d0e99
|
@ -3,7 +3,7 @@
|
|||
// Use of this source code is governed by an MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build sqlite_fts5 fts5
|
||||
// +build sqlite_fts5
|
||||
|
||||
package sqlite3
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Use of this source code is governed by an MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build sqlite_icu icu
|
||||
// +build sqlite_icu
|
||||
|
||||
package sqlite3
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
// Use of this source code is governed by an MIT-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build sqlite_json sqlite_json1 json1
|
||||
// +build sqlite_json sqlite_json1
|
||||
|
||||
package sqlite3
|
||||
|
||||
|
|
Loading…
Reference in New Issue