Well, you are amazing, I learned more than during the VStudio+Go training, I have already managed to work with the example clearly but 100%, continue helping us who are still at the beginning of the training. Very good!
Thanks! You've helped me a lot. I've been thinking how to fix the error in VSC for a couple of hours and my mistake was that I forgot to write the name of the mod file after the 'init' command, but I had been on the right way :)
The ultimate goal of writing a program is to create an executable file that other users can run without VS Code and Golang. That 's what it is .the exe file. In this case hello.exe . go run only runs the program in the development environment. go build creates an independent executable file.
he means it creates a .exe file which you can run like any other windows program, without launching vscode or anything. you can copy the exe file and take to any other windows computer and run and will run just by double clicking or running via command line. the exe does not need to have vscode or go installed because it is compiled into machine code
Well, you are amazing, I learned more than during the VStudio+Go training, I have already managed to work with the example clearly but 100%, continue helping us who are still at the beginning of the training. Very good!
Thanks! You've helped me a lot. I've been thinking how to fix the error in VSC for a couple of hours and my mistake was that I forgot to write the name of the mod file after the 'init' command, but I had been on the right way :)
well new to go lang so this really helped how to do the right way.
Simple yet Very Well organized Getting Started Guide to begin Golang Setup.... Thank You
For those unable to run,Just install Code Runner Extension.
Thanks a lot, bro!
thanks it starts working now.
thankx a lot buddy 🤩
What is the need for running binary ? What exactly do u mean by that ? Pls reply.
The ultimate goal of writing a program is to create an executable file that other users can run without VS Code and Golang. That 's what it is .the exe file. In this case hello.exe . go run only runs the program in the development environment. go build creates an independent executable file.
How to set up c# and .NET compiler on VS Code
I didnt get that command
Me neither
Does it work well without commend
11:25
Pls reply bro😢
What is the need for running binary ? What exactly do u mean by that ? Pls reply.
he means it creates a .exe file which you can run like any other windows program, without launching vscode or anything. you can copy the exe file and take to any other windows computer and run and will run just by double clicking or running via command line. the exe does not need to have vscode or go installed because it is compiled into machine code