From 0726413eb8c7a23184b4925a5dcebd978cff4f02 Mon Sep 17 00:00:00 2001 From: "Mukesh Kr. Chaudhary" <43813670+mukezhz@users.noreply.github.com> Date: Sat, 2 Dec 2023 08:48:37 +0545 Subject: [PATCH] feat: add information related to module generation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12dbb97..fefb6be 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ go run main.go ``` - Generate module in already existing project ```zsh +// Project needs to initialize git repository to work module generation geng gen module ```