diff options
Diffstat (limited to 'internal/sqlutil/postgres_wasm.go')
-rw-r--r-- | internal/sqlutil/postgres_wasm.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/sqlutil/postgres_wasm.go b/internal/sqlutil/postgres_wasm.go index c45842f0..34086f45 100644 --- a/internal/sqlutil/postgres_wasm.go +++ b/internal/sqlutil/postgres_wasm.go @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. +//go:build wasm // +build wasm package sqlutil |