If you want to change selection, open document below and click on "Move attachment"
Tutorial: Get started with Go - The Go Programming LanguageFor example, the module path might be github.com/mymodule. If you plan to publish your module for others to use, the module path must be a location from which Go tools can download your module. <span>For more about naming a module with a module path, see Managing dependencies. For the purposes of this tutorial, just use example/hello. $ go mod init example/hello go: creating new go.mod: module example/hello In your text editor, create a file hello.go in which Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details