Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dollarkillerx committed Oct 11, 2021
1 parent 03e51fe commit f580ef6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ import (
"crypto/tls"
"crypto/x509"
"fmt"
"github.com/dollarkillerx/easy_dns"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
"io"
"log"
"net"
Expand All @@ -16,6 +13,10 @@ import (
"plumber/storage"
"plumber/utils"
"strconv"

"github.com/dollarkillerx/easy_dns"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials"
)

const pem = `
Expand Down

0 comments on commit f580ef6

Please sign in to comment.