diff options
author | Yawning Angel <yawning@schwanenlied.me> | 2014-05-14 10:01:50 +0000 |
---|---|---|
committer | Yawning Angel <yawning@schwanenlied.me> | 2014-05-14 10:01:50 +0000 |
commit | 8e552dbd48d16649603565761284a289a68e6e5d (patch) | |
tree | f95c4b1963740361161a1959ee3cf6b9a66c6644 | |
parent | 48c6f06d04440996b05503add1e6bb3225d87590 (diff) |
Remove a newline to make godoc work (No functional changes).
-rw-r--r-- | obfs4proxy/obfs4proxy.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index ece16af..016a0bb 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -43,7 +43,6 @@ // // Because the pluggable transport requires arguments, obfs4proxy requires // tor-0.2.5.x to be useful. - package main import ( |