diff --git a/pages/common/go.md b/pages/common/go.md index 202b861f3a..95afd305b9 100644 --- a/pages/common/go.md +++ b/pages/common/go.md @@ -26,3 +26,7 @@ - Compile and install the current package: `go install` + +- Initialize a new module in the current directory: + +`go mod init {{module_name}}`