aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_opt_math_functions_test.go
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2024-01-25 22:36:27 +0900
committermattn <mattn.jp@gmail.com>2024-01-25 22:55:22 +0900
commit1f0dc0a0ef47f41637c51ac0b17d3679f6527a3f (patch)
treee6f6e834fc359c3a88d6131dbbf568e197197675 /sqlite3_opt_math_functions_test.go
parentupdate go version to 1.19 (diff)
downloadgolite-1f0dc0a0ef47f41637c51ac0b17d3679f6527a3f.tar.gz
golite-1f0dc0a0ef47f41637c51ac0b17d3679f6527a3f.tar.xz
go fmt ./...
Diffstat (limited to 'sqlite3_opt_math_functions_test.go')
-rw-r--r--sqlite3_opt_math_functions_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sqlite3_opt_math_functions_test.go b/sqlite3_opt_math_functions_test.go
index 6ff076b..09dbd8d 100644
--- a/sqlite3_opt_math_functions_test.go
+++ b/sqlite3_opt_math_functions_test.go
@@ -1,3 +1,4 @@
+//go:build sqlite_math_functions
// +build sqlite_math_functions
package sqlite3