Re: [go-nuts] Re: Set LD_LIBRARY_PATH while executing go test

2017-06-18 Thread lakshmibc8
Hello, Is there any flags which can be used? other than explicitly setting the env variable? On Friday, 16 June 2017 18:08:24 UTC+5:30, messju mohr wrote: > > ... and a shell agnostic way would be: > > $ env LD_LIBRARY_PATH=/foo/bar go test > > (see the man page of env(1)) > > regards > > >

[go-nuts] Set LD_LIBRARY_PATH while executing go test

2017-06-15 Thread lakshmibc8
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