Welcome to Golang -1
This lesson is a introduction of Go language lesson series.
First of all, you have to download golang setup in order to prepare environment.
So, start the installation and complete process just clicking 'Next'.
Now, let's install visual studio code as the IDE and introduce Go as an extension.
After we have done our installation, we can add our extension.
After clicking View-> Extension, let's add it as follows.
After successfully installing our extension, let's create our go file. We can create our main.go file by showing an empty folder that we will create in Visual Studio.
Let's fill our file as below.
package main
After that, all you have to do is run our file with the "go run main.go" command. We will continue in our next lesson.
Yorumlar
Yorum Gönder