aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_trace.go
diff options
context:
space:
mode:
authorGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-24 12:06:54 +0200
committerGert-Jan Timmer <gjr.timmer@gmail.com>2018-05-24 12:06:54 +0200
commit7319fcc0d8baa5a3604491549031a844747e37ab (patch)
tree7197b248e4f3db35c57bc10d8d1ddedd2dde6ac1 /sqlite3_trace.go
parentUpdate: README (diff)
downloadgolite-7319fcc0d8baa5a3604491549031a844747e37ab.tar.gz
golite-7319fcc0d8baa5a3604491549031a844747e37ab.tar.xz
Renamed build option `trace`
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