Skip to content

Commit 6f78e03

Browse files
committed
Update build tags with prefix sqlite_
1 parent fdd603e commit 6f78e03

8 files changed

+8
-8
lines changed

sqlite3_opt_allow_uri_authority.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build allow_uri_authority
5+
// +build sqlite_allow_uri_authority
66

77
package sqlite3
88

sqlite3_opt_app_armor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
55
// +build !windows
6-
// +build app_armor
6+
// +build sqlite_app_armor
77

88
package sqlite3
99

sqlite3_opt_foreign_keys.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build foreign_keys
5+
// +build sqlite_foreign_keys
66

77
package sqlite3
88

sqlite3_opt_introspect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build introspect
5+
// +build sqlite_introspect
66

77
package sqlite3
88

sqlite3_opt_secure_delete.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build secure_delete
5+
// +build sqlite_secure_delete
66

77
package sqlite3
88

sqlite3_opt_stat4.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build stat4
5+
// +build sqlite_stat4
66

77
package sqlite3
88

sqlite3_opt_vacuum_full.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build vacuum_full
5+
// +build sqlite_vacuum_full
66

77
package sqlite3
88

sqlite3_opt_vacuum_incr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//
33
// Use of this source code is governed by an MIT-style
44
// license that can be found in the LICENSE file.
5-
// +build vacuum_incr
5+
// +build sqlite_vacuum_incr
66

77
package sqlite3
88

0 commit comments

Comments
 (0)