Skip to content

Commit

Permalink
Update build tags with prefix sqlite_
Browse files Browse the repository at this point in the history
  • Loading branch information
gjrtimmer committed May 24, 2018
1 parent fdd603e commit 6f78e03
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion sqlite3_opt_allow_uri_authority.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build allow_uri_authority
// +build sqlite_allow_uri_authority

package sqlite3

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_app_armor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 !windows
// +build app_armor
// +build sqlite_app_armor

package sqlite3

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_foreign_keys.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build foreign_keys
// +build sqlite_foreign_keys

package sqlite3

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_introspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build introspect
// +build sqlite_introspect

package sqlite3

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_secure_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build secure_delete
// +build sqlite_secure_delete

package sqlite3

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_stat4.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build stat4
// +build sqlite_stat4

package sqlite3

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_vacuum_full.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build vacuum_full
// +build sqlite_vacuum_full

package sqlite3

Expand Down
2 changes: 1 addition & 1 deletion sqlite3_opt_vacuum_incr.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// +build vacuum_incr
// +build sqlite_vacuum_incr

package sqlite3

Expand Down

0 comments on commit 6f78e03

Please sign in to comment.