[tor-commits] [goptlib/master] I guess the convention is not to use	the package prefix.
    dcf at torproject.org 
    dcf at torproject.org
       
    Mon Dec  9 02:49:51 UTC 2013
    
    
  
commit a02de3aac1ba8f439b3043ab450b98fd0fb92869
Author: David Fifield <david at 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"
 }
    
    
More information about the tor-commits
mailing list