Your first Go program in GoLand

Report a typo

Suppose you have just created a new project named awesomeProject in GoLand:

awesomeProject

What is the correct order of additional steps you must follow to create and execute a new Go program?

Put the items in the correct order
Right-click the awesomeProject directory in the project tool window and select New -> Go File
Write some Go code within the new main.go file
Enter a name for the new Go File, for example: main.go
Click the green arrow to execute your Go program
___

Create a free account to access the full topic