From 48e9fa80eb390100a52d1a0ef6d5de92b7eb555d Mon Sep 17 00:00:00 2001 From: Star <> Date: Wed, 26 Jun 2024 11:38:18 +0800 Subject: [PATCH] fix test case --- quickjs_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/quickjs_test.go b/quickjs_test.go index 42de0c8..6a674ad 100644 --- a/quickjs_test.go +++ b/quickjs_test.go @@ -1,6 +1,7 @@ package quickjs_test import ( + quickjs "apigo.cc/apigo/qjs" "errors" "fmt" "math/big"