Suppose you are working on an unfinished Go program. Now you want to execute it, but not create a binary executable file in your workspace. What go command should you use?
Remember to add the go prefix before the command name. Also, it is not required to write the .go source file name after the command!