Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error running Go program

Tags:

eclipse

go

i'm trying to run a Go program and it always gives me this error i tried googling it but nothing can't see what's the problem! ScreenShot

Executable file (C:/Users!/ABDELLATIF-PC/Desktop/SimpleComputerRemote/Host/bin/server.exe) doesn't exist
like image 711
Esselami Avatar asked Apr 22 '26 09:04

Esselami


1 Answers

Its a build issue. Check your bin folder Whether program has access to the folder Check preferences and missing references for the golang project.

like image 94
Jin Thakur Avatar answered Apr 24 '26 23:04

Jin Thakur