From dc9d5d0e995bbb7350d8a330bb4aa987ba594358 Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Wed, 13 Jun 2018 16:50:09 +0200 Subject: [PATCH] Removed legacy build tags --- sqlite3_opt_fts5.go | 2 +- sqlite3_opt_icu.go | 2 +- sqlite3_opt_json1.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sqlite3_opt_fts5.go b/sqlite3_opt_fts5.go index fa98400..eba95ce 100644 --- a/sqlite3_opt_fts5.go +++ b/sqlite3_opt_fts5.go @@ -3,7 +3,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build sqlite_fts5 fts5 +// +build sqlite_fts5 package sqlite3 diff --git a/sqlite3_opt_icu.go b/sqlite3_opt_icu.go index 000777f..bffc3b6 100644 --- a/sqlite3_opt_icu.go +++ b/sqlite3_opt_icu.go @@ -3,7 +3,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build sqlite_icu icu +// +build sqlite_icu package sqlite3 diff --git a/sqlite3_opt_json1.go b/sqlite3_opt_json1.go index 47d3599..e8fd315 100644 --- a/sqlite3_opt_json1.go +++ b/sqlite3_opt_json1.go @@ -3,7 +3,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build sqlite_json sqlite_json1 json1 +// +build sqlite_json sqlite_json1 package sqlite3