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

2017-09-22 Thread Sotirios Mantziaris
Hi, i am a happy long time user of windows. i am developing go the last two years and can do almost the same things as in Linux. Visual Studio Code with the go plugin is fantastic with debugging support using delve. If you want to compile for Linux you can do it from windows with "GOOS=linux

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

2017-09-21 Thread Rob Shelby
Why would I use Cygwin over Bash For Windows? On Thursday, September 21, 2017 at 8:17:04 AM UTC-4, Rich wrote: > > As a Linux guy myself... Jet Brains makes an IDE for Windows, Linux and > Mac called Gogland that I find to be a very good IDE. If forced to use > Windows, I would install

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

2017-09-21 Thread Rich
As a Linux guy myself... Jet Brains makes an IDE for Windows, Linux and Mac called Gogland that I find to be a very good IDE. If forced to use Windows, I would install Cygwin which will give you a Linux shell environment. As for compiling, I run a mac and build binaries for Linux / Windows

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

2017-09-21 Thread Rich
As a Linux guy myself... Jet Brains makes an IDE for Windows, Linux and Mac called Gogland that I find to be a very good IDE. If forced to use Windows, I would install Cygwin which will give you a Linux shell environment. As for compiling, I run a mac and build binaries for Linux / Windows