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_go18.go | |
parent | update go version to 1.19 (diff) | |
download | golite-1f0dc0a0ef47f41637c51ac0b17d3679f6527a3f.tar.gz golite-1f0dc0a0ef47f41637c51ac0b17d3679f6527a3f.tar.xz |
go fmt ./...
Diffstat (limited to 'sqlite3_go18.go')
-rw-r--r-- | sqlite3_go18.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sqlite3_go18.go b/sqlite3_go18.go index 514fd7e..34cad08 100644 --- a/sqlite3_go18.go +++ b/sqlite3_go18.go @@ -3,8 +3,8 @@ // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build cgo -// +build go1.8 +//go:build cgo && go1.8 +// +build cgo,go1.8 package sqlite3 |