diff options
Diffstat (limited to 'sqlite3_opt_allow_uri_authority.go')
-rw-r--r-- | sqlite3_opt_allow_uri_authority.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_opt_allow_uri_authority.go b/sqlite3_opt_allow_uri_authority.go index 8c4d4d2..51240cb 100644 --- a/sqlite3_opt_allow_uri_authority.go +++ b/sqlite3_opt_allow_uri_authority.go @@ -4,6 +4,7 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. +//go:build sqlite_allow_uri_authority // +build sqlite_allow_uri_authority package sqlite3 |