From 6f78e03131d97429e48f307d0483c9fcfcc841b8 Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Thu, 24 May 2018 11:53:45 +0200 Subject: Update build tags with prefix `sqlite_` --- sqlite3_opt_stat4.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_opt_stat4.go') diff --git a/sqlite3_opt_stat4.go b/sqlite3_opt_stat4.go index 60c4bff..706cb87 100644 --- a/sqlite3_opt_stat4.go +++ b/sqlite3_opt_stat4.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 stat4 +// +build sqlite_stat4 package sqlite3 -- cgit v1.2.3