internal/cpu: correct import #310

This commit is contained in:
Sun Yimin 2025-03-05 15:03:21 +08:00 committed by GitHub
parent a6d8014ac9
commit 9d6f8087f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import (
"testing" "testing"
"unsafe" "unsafe"
"golang.org/x/sys/cpu" "github.com/emmansun/gmsm/internal/cpu"
) )
var s390xTests = []struct { var s390xTests = []struct {

View File

@ -8,7 +8,7 @@ import (
"testing" "testing"
"unsafe" "unsafe"
"golang.org/x/sys/cpu" "github.com/emmansun/gmsm/internal/cpu"
) )
func TestIsBigEndian(t *testing.T) { func TestIsBigEndian(t *testing.T) {