From 765f6e93d28885358c2b14c885a63424d8bd68a8 Mon Sep 17 00:00:00 2001 From: Gert-Jan Timmer Date: Thu, 24 May 2018 11:55:02 +0200 Subject: Update prefix of build tags to `sqlite_` * Keep current build tags backwards compliant * Added alias for `sqlite_json1` => `sqlite_json` --- sqlite3_opt_json1.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sqlite3_opt_json1.go') diff --git a/sqlite3_opt_json1.go b/sqlite3_opt_json1.go index a7b2473..993f037 100644 --- a/sqlite3_opt_json1.go +++ b/sqlite3_opt_json1.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 json1 +// +build sqlite_json sqlite_json1 json1 package sqlite3 -- cgit v1.2.3