On 16 June 2017 at 17:46, wrote:
> Hello,
>
> Is there a way to set the LD_LIBRARY_PATH while executing go test command?
>
> My version is "go version go1.5.1 linux/amd64"
>
No. Why do you want to?
You can set the rpath of the generated executable with something like "go
test -ldflags='-r $foo'
Hello,
Is there a way to set the LD_LIBRARY_PATH while executing go test command?
My version is "go version go1.5.1 linux/amd64"
Thanks
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails f