summaryrefslogtreecommitdiff
path: root/obfs4proxy/obfs4proxy.go
diff options
context:
space:
mode:
authorRobin Tarsiger <rtarsiger@dasyatidae.com>2016-03-31 12:55:58 -0500
committerRobin Tarsiger <rtarsiger@dasyatidae.com>2016-03-31 12:55:58 -0500
commit99f24043130d8b3c5cf098371e23c64abffef385 (patch)
tree142ab6e408047b811a2c3f8351beacb834b51485 /obfs4proxy/obfs4proxy.go
parentcfbafde31390b76136741782b312bbe0bcff51d0 (diff)
Run go fmt on recent changes
Diffstat (limited to 'obfs4proxy/obfs4proxy.go')
-rw-r--r--obfs4proxy/obfs4proxy.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index 92a34c0..10fb013 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -40,8 +40,8 @@ import (
"git.torproject.org/pluggable-transports/goptlib.git"
"github.com/OperatorFoundation/obfs4/common/log"
- "github.com/OperatorFoundation/obfs4/common/termmon"
"github.com/OperatorFoundation/obfs4/common/pt_extras"
+ "github.com/OperatorFoundation/obfs4/common/termmon"
"github.com/OperatorFoundation/obfs4/transports"
"github.com/OperatorFoundation/obfs4/proxies/proxy_socks5"
@@ -109,7 +109,7 @@ func main() {
log.Noticef("%s - launched", getVersion())
- if *transparent {
+ if *transparent {
// Do the transparent proxy configuration.
log.Infof("%s - initializing transparent proxy", execName)
if *udp {