From 08647ec58034ecdc4ea60e7eb37c9e91fff784d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Mon, 16 Mar 2015 19:43:02 +0100 Subject: Run go fmt --- transports/obfs2/obfs2.go | 2 +- transports/obfs3/obfs3.go | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'transports') diff --git a/transports/obfs2/obfs2.go b/transports/obfs2/obfs2.go index 3490646..ad15671 100644 --- a/transports/obfs2/obfs2.go +++ b/transports/obfs2/obfs2.go @@ -46,7 +46,7 @@ import ( ) const ( - transportName = "obfs2" + transportName = "obfs2" sharedSecretArg = "shared-secret" clientHandshakeTimeout = time.Duration(30) * time.Second diff --git a/transports/obfs3/obfs3.go b/transports/obfs3/obfs3.go index 7844443..dd9281b 100644 --- a/transports/obfs3/obfs3.go +++ b/transports/obfs3/obfs3.go @@ -351,7 +351,6 @@ func (conn *obfs3Conn) Write(b []byte) (n int, err error) { return conn.tx.Write(b) } - var _ base.ClientFactory = (*obfs3ClientFactory)(nil) var _ base.ServerFactory = (*obfs3ServerFactory)(nil) var _ base.Transport = (*Transport)(nil) -- cgit v1.2.3