add missing import package unsafe

This commit is contained in:
pgxiaolianzi 2025-02-07 16:31:59 +08:00
parent ae9fee34c5
commit 6f27f1193c
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ import (
"strings"
"sync"
"testing"
"unsafe"
)
var debug = flag.Bool("debug", false, "show the errors produced by the tests")