lacion / cookiecutter-golang

A Go project template
MIT License
690 stars 178 forks source link

Move Initialize Git method to last #22

Closed zackijack closed 5 years ago

zackijack commented 5 years ago

Like the comment you wrote: Initialize Git (should be run after all file have been modified or deleted) but now the mod/dep file is still deleted after git init.

This pull request only switch positions between git init with delete mod/dep method, so git is clean after the project is generated.