goimports -w certdehydrate/certdehydrate_test.go

pull/77/head
JeremyRand 6 years ago
parent 519f47f9b2
commit 5d508f62e2
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -2,10 +2,11 @@ package certdehydrate_test
import ( import (
"encoding/json" "encoding/json"
"github.com/namecoin/ncdns/certdehydrate"
"github.com/namecoin/ncdns/x509"
"reflect" "reflect"
"testing" "testing"
"github.com/namecoin/ncdns/certdehydrate"
"github.com/namecoin/ncdns/x509"
) )
func TestDehydratedCertIdentityOperation(t *testing.T) { func TestDehydratedCertIdentityOperation(t *testing.T) {

Loading…
Cancel
Save