Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 571 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 571 Bytes

Go API Project Template

This repository contains a template for creating a new Go API project. It is used with cookiecutter.

Usage

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.

Development

All of the resources for this project are contained in the {{ cookiecutter.module_name }} directory.