go/gmssl: fix golang import path

This commit is contained in:
kane
2019-03-29 03:25:45 -04:00
parent 4a20b5f54c
commit b13495c054
2 changed files with 4 additions and 2 deletions

View File

@@ -49,8 +49,9 @@
package sm3
import (
"gmssl"
"hash"
"github.com/guanzhi/GmSSL/go/gmssl"
)
type digest struct {