Below you will see an unordered list of the go tool commands. Place them in the correct order to achieve the following:
- Create the hello workspace
- Initialize a Go module called
hello - Create the main.go file
- Install the external package hosted on GitHub:
github.com/lib/pq - Compile the main.go file
- Execute the compiled main binary file.
Assume that the contents of the main.go file will be automatically generated by a mystical and almighty artificial intelligence (AI) after creating the file.