Starting a new project

Report a typo

Keanu is about to start a new Go project. Can you help him by sorting the correct steps he should follow to start a clean and organized project?

Put the items in the correct order
Create the main package or other packages he wants to use in his project;
Initialize Go modules in his project;
Compile the program via the go build command;
Create a project workspace/directory;
___

Create a free account to access the full topic