[go-nuts] Get method/function parameter types with reflect?

2017-10-12 Thread burpswangy
Is it possible to use the reflect package to get the parameter/function types for a specified method/function? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to go

Re: [go-nuts] go env GOPATH not reflecting $GOPATH

2017-08-31 Thread burpswangy
Thanks. I actually moved it to /etc/environment... reboot... and it picked it up. Appreciate the help, guys. On Thursday, August 31, 2017 at 8:50:22 PM UTC-5, James Bardin wrote: > > > > On Thursday, August 31, 2017 at 9:46:11 PM UTC-4, burpswangy wrote: >> >> Wow, a

Re: [go-nuts] go env GOPATH not reflecting $GOPATH

2017-08-31 Thread burpswangy
Wow, actually... that did work. I was using 'set GOPATH' and not 'export GOPATH'. I have GOPATH defined in my /etc/bash.bashrc... is there anywhere else I should be putting it? On Thursday, August 31, 2017 at 8:44:33 PM UTC-5, burpswangy wrote: > > I did... to no ava

Re: [go-nuts] go env GOPATH not reflecting $GOPATH

2017-08-31 Thread burpswangy
/31/2017 09:38 PM, burpswangy wrote: > > Debian 9.1 Stretch... using Go 1.9, go env shows GOPATH=/home/dev/go > > while echo $GOPATH=/home/dev/devSync/workspace. > > > > No matter what I do, I can't get Go 1.9 to find my workspace! What is > > goin' on!? >

[go-nuts] go env GOPATH not reflecting $GOPATH

2017-08-31 Thread burpswangy
Debian 9.1 Stretch... using Go 1.9, go env shows GOPATH=/home/dev/go while echo $GOPATH=/home/dev/devSync/workspace. No matter what I do, I can't get Go 1.9 to find my workspace! What is goin' on!? -- You received this message because you are subscribed to the Google Groups "golang-nuts" gro