[goptlib/master] I guess the convention is not to use the package prefix.

9 Dec
2013
9 Dec
'13
2:49 a.m.
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" }
4227
Age (days ago)
4227
Last active (days ago)
0 comments
1 participants
participants (1)
-
dcf@torproject.org