فهرست منبع

apply coding style

Shelikhoo 4 سال پیش
والد
کامیت
29718735be
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      infra/control/certchainhash.go

+ 2 - 1
infra/control/certchainhash.go

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