[Pkg-privacy-commits] [obfs4proxy] 05/151: Run go fmt on obfs4proxy.go (No functional changes).
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:59:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository obfs4proxy.
commit 68c48cb383893e17a7dec5adefa3e6bb11ee51eb
Author: Yawning Angel <yawning at schwanenlied.me>
Date: Mon May 12 00:06:52 2014 +0000
Run go fmt on obfs4proxy.go (No functional changes).
---
obfs4proxy/obfs4proxy.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go
index f0d9595..15bc79c 100644
--- a/obfs4proxy/obfs4proxy.go
+++ b/obfs4proxy/obfs4proxy.go
@@ -59,13 +59,13 @@ import (
"sync"
"syscall"
+ "git.torproject.org/pluggable-transports/goptlib.git"
"github.com/yawning/obfs4"
"github.com/yawning/obfs4/ntor"
- "git.torproject.org/pluggable-transports/goptlib.git"
)
const (
- obfs4Method = "obfs4"
+ obfs4Method = "obfs4"
obfs4LogFile = "obfs4proxy.log"
)
@@ -160,7 +160,7 @@ func serverSetup() bool {
// Initialize the listener.
ln, err := obfs4.Listen("tcp", bindaddr.Addr.String(), nodeID,
- privateKey)
+ privateKey)
if err != nil {
pt.SmethodError(bindaddr.MethodName, err.Error())
break
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/obfs4proxy.git
More information about the Pkg-privacy-commits
mailing list