Re: [Tails-dev] Support of "go get" command

Delete this message

Reply to this message
Author: Austin English
Date:  
To: The Tails public development discussion list
CC: Leif Ryge, billingsciences89
Subject: Re: [Tails-dev] Support of "go get" command
On Mon, Oct 12, 2015 at 10:47 AM, intrigeri <intrigeri@???> wrote:
> Hi,
>
> billingsciences89@??? wrote (17 Sep 2015 20:25:14 GMT) :
>> Running git under torsocks under go get under torsocks fails because
>> the outer torsocks doesn't allow the inner torsocks to connect
>> to localhost.
>
> Interesting statement: last time I checked, torsocks 2.x avoided
> putting its shared library twice into LD_PRELOAD, and one could
> perfectly well run "torsocks torsocks $COMMAND". Perhaps this comment
> was about torsocks 1.x? Or rather about mixing torsocks with
> connect-socks?
>
> The quoted text was authored by Leif [2], Cc'ed, who might want to
> clarify or test it again.
>
> [2] https://github.com/agl/xmpp-client/issues/82#issuecomment-77403349
>
> Cheers,
> --
> intrigeri
> _______________________________________________
> Tails-dev mailing list
> Tails-dev@???
> https://mailman.boum.org/listinfo/tails-dev
> To unsubscribe from this list, send an empty email to Tails-dev-unsubscribe@???.


This seems to work for me out of the box in 1.7-rc1, using
https://github.com/golang/example for example code to get.

--
-Austin