[go-nuts] Re: Function not working like I think it should?

2018-08-20 Thread rob . shelby
That was it. Thanks! On Saturday, August 18, 2018 at 10:27:25 PM UTC-4, rob.s...@team-rehab.com wrote: > > Hi all! I'm hoping any of you could checkout my Golang question on Stack? > > https://stackoverflow.com/questions/51911363/passing-results-in-go-and-wxgo > > I really didn't know what to

[go-nuts] Function not working like I think it should?

2018-08-18 Thread rob . shelby
Hi all! I'm hoping any of you could checkout my Golang question on Stack? https://stackoverflow.com/questions/51911363/passing-results-in-go-and-wxgo I really didn't know what to search for on this one. Thank you!! -- You received this message because you are subscribed to the Google Groups

[go-nuts] Re: Golang, Google App Engine, Windows 10

2017-09-21 Thread Rob Shelby
uncmd.exe > runcmd.go > GOOS=darwin GOARCH=amd64 go build -o binaries/mac/runcmd runcmd.go > > Just type 'Make' and it will build for all platforms > > On Wednesday, September 20, 2017 at 4:31:04 PM UTC-5, Rob Shelby wrote: >> >> Hi all. >> >> I'm

[go-nuts] Golang, Google App Engine, Windows 10

2017-09-20 Thread Rob Shelby
Hi all. I'm having to make 2 transitions in my coding life. >From PHP to Go, which I'm happy about. >From Linux desktop to Windows 10, which I'm not as happy about. I love using Google's App Engine so I don't need to worry about servers etc. (Not Compute Engine) Anyways, any steps, advice,