initial commit
This commit is contained in:
9
hooks/post_gen_project.sh
Normal file
9
hooks/post_gen_project.sh
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
set -e
|
||||
|
||||
git init
|
||||
|
||||
go mod init {{cookiecutter.mod_base}}
|
||||
|
||||
go mod tidy
|
||||
Reference in New Issue
Block a user