[goptlib/master] ClientSetup returns a struct.

commit 90fc5487cdbee5bf70fe24c808c6d7b969155793 Author: David Fifield <david@bamsoftware.com> Date: Sat Nov 9 17:23:26 2013 -0800 ClientSetup returns a struct. --- pt.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pt.go b/pt.go index 4e8170a..8c9c8d9 100644 --- a/pt.go +++ b/pt.go @@ -219,8 +219,8 @@ type ClientInfo struct { } // Check the client pluggable transports environments, emitting an error message -// and returning a non-nil error if any error is encountered. Returns a subset -// of methodNames requested by Tor. +// and returning a non-nil error if any error is encountered. Returns a +// ClientInfo struct. func ClientSetup(methodNames []string) (ClientInfo, error) { var info ClientInfo
participants (1)
-
dcf@torproject.org