goinit initialize empty Go project with:
- Git repository
- README.md and LICENSE files.
goinitFor best user experience goinit should be installed inside directory from
PATHenvironmental variable.
Using curl:
curl -fLO https://raw.githubusercontent.com/macie/goinit/dev/goinit
chmod +x goinitor with wget:
wget https://raw.githubusercontent.com/macie/goinit/dev/goinit
chmod +x goinit