diff --git a/internal/templates/golang/golang.go b/internal/templates/golang/golang.go index cf94fc0..e5cc9ef 100644 --- a/internal/templates/golang/golang.go +++ b/internal/templates/golang/golang.go @@ -6,6 +6,8 @@ import ( "github.com/moeenn/projects/internal/templates" ) +// TODO: add a README.md file + func NewGolangConfig(args *templates.TemplateArgs) *templates.TemplateConfig { files := map[string]string{ "go.main_go": filepath.Join(args.RootPath, "main.go"),