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@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