gofmt to add go:build directive

This commit is contained in:
Walter Wanderley 2023-10-17 19:35:30 -03:00
parent 3ece39215a
commit aaa728db96
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build sqlite_dbstat_vtab || dbstat_vtab
// +build sqlite_dbstat_vtab dbstat_vtab
package sqlite3