diff options
author | mattn <mattn.jp@gmail.com> | 2018-05-26 01:45:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-26 01:45:24 +0900 |
commit | c5dd6c3c878a875458fd734804b7cfc0a8a893cc (patch) | |
tree | f49b47f4a19b384563e22ba7165c2efeb64d41f3 /sqlite3_trace.go | |
parent | Merge pull request #562 from GJRTimmer/fix/travis-ci (diff) | |
parent | Merge branch 'fix/darwin-icu' into update/options (diff) | |
download | golite-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.go | 2 |
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 |