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