diff --git a/toolkit/toolkit.go b/toolkit/toolkit.go index f0db410..9e50058 100644 --- a/toolkit/toolkit.go +++ b/toolkit/toolkit.go @@ -269,6 +269,8 @@ func Init(args []string) { } fmt.Println("main.vint created successfully!") + //creating greetings_module + // Success message fmt.Printf("Project '%s' initialized successfully!\n", projectName) } \ No newline at end of file