mirror of
https://github.com/emmansun/gmsm.git
synced 2025-04-26 12:16:20 +08:00
internal/cpu: correct import #310
This commit is contained in:
parent
a6d8014ac9
commit
9d6f8087f9
@ -9,7 +9,7 @@ import (
|
||||
"testing"
|
||||
"unsafe"
|
||||
|
||||
"golang.org/x/sys/cpu"
|
||||
"github.com/emmansun/gmsm/internal/cpu"
|
||||
)
|
||||
|
||||
var s390xTests = []struct {
|
||||
|
@ -8,7 +8,7 @@ import (
|
||||
"testing"
|
||||
"unsafe"
|
||||
|
||||
"golang.org/x/sys/cpu"
|
||||
"github.com/emmansun/gmsm/internal/cpu"
|
||||
)
|
||||
|
||||
func TestIsBigEndian(t *testing.T) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user