lacion / cookiecutter-golang

A Go project template
MIT License
687 stars 177 forks source link

why does "remove dep/mod" run after "git init" isn't the opposite? #23

Closed zackijack closed 5 years ago

zackijack commented 5 years ago

Is there any reason to put git init before removing mod/dep? because like the comment you wrote: "Initialize Git (should be run after all file have been modified or deleted)"

if this is a bug, I have made this pull request #22 to fix it

lacion commented 5 years ago

thank you for the PR, I probably did that change in a hurry!