I just started Golang course, while doing lab, I edit the code but dont know how to save changes. please anyone help
Hi @mc130201884
While using VSCode within the lab env, you can use CTRL+s
to save the changes made. Please keep this guide handy while using VS Code in KodeKloud labs.
Regards.
Hi @mc130201884
The main.go
file is located in the /root/code/sample-project
. So the command would be go run ./sample-project/main.go
.
Additionally, I recommend taking a moment to read the question carefully, as it often contains important details that can help clarify the context.
Regards.