fix: remove unused unsafe import in ffi_shield.go

This commit is contained in:
DmitrL-dev 2026-03-23 19:20:40 +10:00
parent a9e6553356
commit 2a6d8fbb5b

View file

@ -23,7 +23,6 @@ import (
"fmt"
"sync"
"time"
"unsafe"
)
// NativeShield wraps the C Shield engine via CGo FFI.