If you want to change selection, open document below and click on "Move attachment"
Tutorial: Get started with Go - The Go Programming Language. Implement a main function to print a message to the console. A main function executes by default when you run the main package. Run your code to see the greeting. $ go run . Hello, World! The <span>go run command is one of many go commands you'll use to get things done with Go. Use the following command to get a list of the others: $ go help Call code in an external package When you need your co Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details