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