aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_trace.go
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2018-05-26 01:45:24 +0900
committerGitHub <noreply@github.com>2018-05-26 01:45:24 +0900
commitc5dd6c3c878a875458fd734804b7cfc0a8a893cc (patch)
treef49b47f4a19b384563e22ba7165c2efeb64d41f3 /sqlite3_trace.go
parentMerge pull request #562 from GJRTimmer/fix/travis-ci (diff)
parentMerge branch 'fix/darwin-icu' into update/options (diff)
downloadgolite-c5dd6c3c878a875458fd734804b7cfc0a8a893cc.tar.gz
golite-c5dd6c3c878a875458fd734804b7cfc0a8a893cc.tar.xz
Merge pull request #563 from GJRTimmer/update/options
Add Additional Features / Options
Diffstat (limited to 'sqlite3_trace.go')
-rw-r--r--sqlite3_trace.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_trace.go b/sqlite3_trace.go
index 8f90a56..999ba78 100644
--- a/sqlite3_trace.go
+++ b/sqlite3_trace.go
@@ -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 trace
+// +build sqlite_trace trace
package sqlite3