gouick/templates/go-swagger/api.yaml.tmpl
Matthieu 'JP' DERASSE 05ecb05132
Some checks failed
continuous-integration/drone/push Build is failing
feat(init): continue on template
2022-08-10 15:40:37 +00:00

13 lines
238 B
Cheetah

---
swagger: "2.0"
info:
version: "1.0"
title: "{{ .ProjectName }}"
description: "{{ .ProjectDescription }}"
contact:
email: "{{ .ProjectOwner }}"
consumes:
- "application/json"
produces:
- "application/json"
basePath: "/"