All enhancements and patches to Cookiecutter Golang will be documented in this file.
- upgraded circleci to 2.0
- fixed issues with docker build
- moved from glide to dep
- updated CI templates to latest go versions
- updated docker file for new multistage builds
- docker use now optional, you will get ask if you want to use docker while creating a project
- git use now optional as well
- added authors to credit contributors as well as general guidelines for contributing
- added testing
- viper config is now optional
- logrus is now optional
- choice for CI tools (travis, circle or none)
- correct gitignore for vendor and bin
- updated readme
- post gen project hook to initialize git
- docker images configurable
- separated docker hub username from github username
- removed the use of os.exit to honor defers
- updated readme
- Initial release of Cookiecutter Golang project template