diff options
author | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 11:53:45 +0200 |
---|---|---|
committer | Gert-Jan Timmer <gjr.timmer@gmail.com> | 2018-05-24 11:53:45 +0200 |
commit | 6f78e03131d97429e48f307d0483c9fcfcc841b8 (patch) | |
tree | ef67830a0e0030c86817f139d5a75ecf26f407d0 /sqlite3_opt_stat4.go | |
parent | Merge branch 'master' into update/options (diff) | |
download | golite-6f78e03131d97429e48f307d0483c9fcfcc841b8.tar.gz golite-6f78e03131d97429e48f307d0483c9fcfcc841b8.tar.xz |
Update build tags with prefix `sqlite_`
Diffstat (limited to 'sqlite3_opt_stat4.go')
-rw-r--r-- | sqlite3_opt_stat4.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |