Go/Quick Start: Difference between revisions
< Go
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
= Create a module = | = Create a module = | ||
<syntaxhighlight lang=" | <syntaxhighlight lang="bash"> | ||
go mod init example.com/m | |||
</syntaxhighlight> | </syntaxhighlight> | ||
= Run = | = Run = | ||
Revision as of 02:17, 22 May 2025
Create a module
go mod init example.com/m