Alright, so in goland, of which I love the ide and tooling, you have to
setup a configuration to point to a go file that has package main in it.
When you point he goland configuration to a library (module/package) that
is not executable, the tool will complain that your exe is in in the wrong
Please share the solution.
On Sunday, 4 August 2019 16:50:45 UTC+1, Allan Edwards wrote:
>
> I am sorry, ignore me, I figured it out. Problem in goland
> configuration. Thanks for the response.
>
> On Sunday, August 4, 2019 at 10:44:12 AM UTC-5, Alexander Kapshuk wrote:
>>
>> On Sun, Aug 4, 20
Please share the solution.
-- Qais
On Sun, 4 Aug 2019 at 16:50, Allan Edwards wrote:
> I am sorry, ignore me, I figured it out. Problem in goland
> configuration. Thanks for the response.
>
> On Sunday, August 4, 2019 at 10:44:12 AM UTC-5, Alexander Kapshuk wrote:
>>
>> On Sun, Aug 4, 2019 a
I am sorry, ignore me, I figured it out. Problem in goland configuration.
Thanks for the response.
On Sunday, August 4, 2019 at 10:44:12 AM UTC-5, Alexander Kapshuk wrote:
>
> On Sun, Aug 4, 2019 at 6:37 PM Allan Edwards > wrote:
> >
> > I have written a small console application that has p
On windows it says that my executable is not compatible with windows
64-bit. On mac, when I build the console from go tooling (outside of
goland) the console will execute but crash. So some progress. This is my
second issue with goland so far. The go tooling seems solid but the goland
might
On Sun, Aug 4, 2019 at 6:37 PM Allan Edwards wrote:
>
> I have written a small console application that has package main at the top
> and the program looks just like another console that runs successfully. On
> both mac and windows I am getting a message stating the executable created is
> not
I have written a small console application that has package main at the top
and the program looks just like another console that runs successfully. On
both mac and windows I am getting a message stating the executable created
is not executable. Has anyone else seen this error? I am on go 1.12