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" "encoding/pem"
//"flag" //"flag"
"fmt" "fmt"
"github.com/namecoin/ncdns/x509"
"log" "log"
"math/big" "math/big"
//"net" //"net"
"os" "os"
//"strings" //"strings"
"time" "time"
"github.com/namecoin/ncdns/x509"
) )
//var ( //var (

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

Loading…
Cancel
Save