mirror of
https://github.com/cf-sonr/dbx.git
synced 2026-01-11 18:58:54 +00:00
7 lines
105 B
Go
7 lines
105 B
Go
//go:build js && wasm
|
|
// +build js,wasm
|
|
|
|
package dbx
|
|
|
|
import _ "github.com/syumai/workers/cloudflare/d1"
|