The module contains the packages in
the directory containing its go.mod
file as well as subdirectories
of that directory, up to the next subdirectory containing another
go.mod
file (if any).
If you want to change selection, open document below and click on "Move attachment"
How to Write Go Code - The Go Programming Languageository typically contains only one module, located at the root of the repository. A file named go.mod there declares the module path: the import path prefix for all packages within the module. <span>The module contains the packages in the directory containing its go.mod file as well as subdirectories of that directory, up to the next subdirectory containing another go.mod file (if any). Note that you don't need to publish your code to a remote repository before you can build it. A module can be defined locally without belonging to a repository. However, it's a good hab Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details