generate_nmc_cert: Use more standard imports order.

pull/54/head
JeremyRand 6 years ago
parent cee2b1820c
commit fb709df260
No known key found for this signature in database
GPG Key ID: B3F2D165786D6570

@ -28,13 +28,14 @@ import (
"encoding/pem"
//"flag"
"fmt"
"github.com/namecoin/ncdns/x509"
"log"
"math/big"
//"net"
"os"
//"strings"
"time"
"github.com/namecoin/ncdns/x509"
)
//var (

@ -30,14 +30,15 @@ import (
"encoding/pem"
"flag"
"fmt"
"github.com/namecoin/ncdns/certdehydrate"
"github.com/namecoin/ncdns/x509"
"log"
"math/big"
//"net"
"os"
//"strings"
"time"
"github.com/namecoin/ncdns/certdehydrate"
"github.com/namecoin/ncdns/x509"
)
var (

Loading…
Cancel
Save