This repository contains a template for creating a new Go API project. It is used with cookiecutter.
To create a new project with this template you can run:
cookiecutter gh:bitsmithy/cookiecutter-golang-api
The tool will prompt you for various details and then create the a new folder in your current directory containing the fleshed-out parts of the project.
All of the resources for this project are contained in the
{{ cookiecutter.module_name }}
directory.