diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2024-01-25 22:36:27 +0900 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2024-01-25 22:55:22 +0900 |
commit | 1f0dc0a0ef47f41637c51ac0b17d3679f6527a3f (patch) | |
tree | e6f6e834fc359c3a88d6131dbbf568e197197675 /sqlite3_opt_app_armor.go | |
parent | update go version to 1.19 (diff) | |
download | golite-1f0dc0a0ef47f41637c51ac0b17d3679f6527a3f.tar.gz golite-1f0dc0a0ef47f41637c51ac0b17d3679f6527a3f.tar.xz |
go fmt ./...
Diffstat (limited to 'sqlite3_opt_app_armor.go')
-rw-r--r-- | sqlite3_opt_app_armor.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlite3_opt_app_armor.go b/sqlite3_opt_app_armor.go index 63c80cf..565dbc2 100644 --- a/sqlite3_opt_app_armor.go +++ b/sqlite3_opt_app_armor.go @@ -4,8 +4,8 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build !windows -// +build sqlite_app_armor +//go:build !windows && sqlite_app_armor +// +build !windows,sqlite_app_armor package sqlite3 |