Fix goimport lint

pull/339/head
Rongjian Lan 6 years ago
parent 8e26d959d0
commit 456002406c
  1. 3
      crypto/bls/bls_test.go

@ -1,9 +1,10 @@
package bls
import (
"testing"
"github.com/harmony-one/bls/ffi/go/bls"
"github.com/harmony-one/harmony/internal/utils"
"testing"
)
func TestNewMask(test *testing.T) {

Loading…
Cancel
Save