commit a02de3aac1ba8f439b3043ab450b98fd0fb92869 Author: David Fifield david@bamsoftware.com Date: Sun Dec 8 11:06:55 2013 -0800
I guess the convention is not to use the package prefix. --- socks.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/socks.go b/socks.go index 500a1fa..d0b486d 100644 --- a/socks.go +++ b/socks.go @@ -118,7 +118,7 @@ func (ln *SocksListener) AcceptSocks() (*SocksConn, error) { return conn, nil }
-// Returns "socks4", suitable to be included in a call to pt.Cmethod. +// Returns "socks4", suitable to be included in a call to Cmethod. func (ln *SocksListener) Version() string { return "socks4" }
tor-commits@lists.torproject.org