runtime: testing runtime
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
package hmac
|
||||
|
||||
// llgo:skipall
|
||||
import (
|
||||
"crypto/sha256"
|
||||
"crypto/subtle"
|
||||
@@ -11,6 +10,9 @@ import (
|
||||
"github.com/goplus/llgo/runtime/internal/clite/openssl"
|
||||
)
|
||||
|
||||
// llgo:skipall
|
||||
type _hmac struct{}
|
||||
|
||||
type eface struct {
|
||||
_type unsafe.Pointer
|
||||
funcPtr *unsafe.Pointer
|
||||
|
||||
Reference in New Issue
Block a user