Difference between revisions of "Go mod"
Jump to navigation
Jump to search
Line 12: | Line 12: | ||
</pre> | </pre> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Revision as of 11:25, 10 August 2022
Execute:
go mod init YOUR_NAME go: creating new go.mod: module YOUR_NAME
It will create a go.mod
file containing:
module YOUR_NAME go 1.14
See also
Advertising: