[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [pluggable-transports/snowflake] 03/13: Add reformat for utls roundtripper
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@xxxxxxxxxxx>
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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits