[tor-commits] [pluggable-transports/snowflake] 03/13: Add reformat for utls roundtripper

gitolite role git at cupani.torproject.org
Wed Mar 16 09:14:11 UTC 2022


This is an automated email from the git hooks/post-receive script.

shelikhoo pushed a commit to branch main
in repository pluggable-transports/snowflake.

commit c1b0f763efb57316469d689d7addf53566685f78
Author: Shelikhoo <xiaokangwang at outlook.com>
AuthorDate: Wed Feb 9 15:43:53 2022 +0000

    Add reformat for utls roundtripper
---
 common/utls/roundtripper_test.go | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/common/utls/roundtripper_test.go b/common/utls/roundtripper_test.go
index 90c09bd..0962b4a 100644
--- a/common/utls/roundtripper_test.go
+++ b/common/utls/roundtripper_test.go
@@ -6,17 +6,18 @@ import (
 	"crypto/tls"
 	"crypto/x509"
 	"crypto/x509/pkix"
-	utls "github.com/refraction-networking/utls"
-	"golang.org/x/net/http2"
 	"math/big"
 	"net/http"
 	"testing"
 	"time"
-)
 
-import . "github.com/smartystreets/goconvey/convey"
+	stdcontext "context"
 
-import stdcontext "context"
+	utls "github.com/refraction-networking/utls"
+	"golang.org/x/net/http2"
+
+	. "github.com/smartystreets/goconvey/convey"
+)
 
 func TestRoundTripper(t *testing.T) {
 	var selfSignedCert []byte

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tor-commits mailing list