Do Not Name LiteIDE Project Folder 'go'
When writing Go programs in LiteIDE, using Ctrl+R to compile and run, the Console outputs the same content every time, even if the code has changed. It still shows the content of the initial code, meaning the new code is not being compiled at all. Initially, I suspected it was an issue with LiteIDE, so I restarted LiteIDE and even the system, but the problem persisted. Creating a new project in a different location allowed for normal compilation and execution, but when I copied the source files created elsewhere back to the original project location, the issue of not being able to compile reappeared. ...