diff options
Diffstat (limited to 'internal/sqlutil/postgres.go')
-rw-r--r-- | internal/sqlutil/postgres.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/sqlutil/postgres.go b/internal/sqlutil/postgres.go index 41a5508a..5e656b1d 100644 --- a/internal/sqlutil/postgres.go +++ b/internal/sqlutil/postgres.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 |