Re: [go-nuts] Building Cross Platform GUI apps in Go and Electron

2017-03-08 Thread Nyah Check
When I compile the source with gox for the different platforms. packing the electron files with the respective shell scripts the binaries don't seem to work on windows. So I'm guessing I've messed up the electron configs somewhere. I just hoped there might have been a go package developed for this

Re: [go-nuts] Building Cross Platform GUI apps in Go and Electron

2017-03-08 Thread Michael Banzon
I have no deep knowledge of this - but is also looking into a project with similar characteristics. I'm wondering what specifically isn't working for you? On Wed, Mar 8, 2017 at 1:33 PM Nyah Check wrote: > Hi Gophers, > > I have this project to build an SSH client for

[go-nuts] Building Cross Platform GUI apps in Go and Electron

2017-03-08 Thread Nyah Check
Hi Gophers, I have this project to build an SSH client for Windows, Linux and Mac OS. I have built the back end in Go and intend to build the front end in electron. I'm currently stuck getting the GUI to work. The back end of the app works well on the Linux browser. I just wish to know if there