The 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
If you want to change selection, open document below and click on "Move attachment"
Tutorial: Get started with Go - The Go Programming Languaged Go. 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! <span>The 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 code to do something that might have been implemented by someone else, you can look for a package that has functions you can use in y Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details