1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-29 15:26:29 -04:00

apply coding style

This commit is contained in:
Shelikhoo 2021-04-15 19:02:57 +01:00
parent 92b845a45b
commit 29718735be
No known key found for this signature in database
GPG Key ID: C4D5E79D22B25316

View File

@ -5,9 +5,10 @@ import (
"encoding/pem" "encoding/pem"
"flag" "flag"
"fmt" "fmt"
"io/ioutil"
"github.com/v2fly/v2ray-core/v4/common" "github.com/v2fly/v2ray-core/v4/common"
v2tls "github.com/v2fly/v2ray-core/v4/transport/internet/tls" v2tls "github.com/v2fly/v2ray-core/v4/transport/internet/tls"
"io/ioutil"
) )
type CertificateChainHashCommand struct { type CertificateChainHashCommand struct {