From 7319fcc0d8baa5a3604491549031a844747e37ab Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Thu, 24 May 2018 12:06:54 +0200 Subject: Renamed build option `trace` --- sqlite3_trace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_trace.go') 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 -- cgit v1.2.3