Skip to content

Commit c7ed20b

Browse files
kyleconroyclaude
andcommitted
chore(sqltest): Remove unnecessary wasm build constraint
The original sqlite.go on main had no build constraint. The ncruces/go-sqlite3 driver works differently from modernc.org/sqlite (it uses embedded WASM internally), so the !wasm constraint is not needed for test code. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 2e81ac3 commit c7ed20b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/sqltest/sqlite.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//go:build !wasm
2-
31
package sqltest
42

53
import (

0 commit comments

Comments
 (0)