# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Gin-Starter
spec:
    description: A Minimal Gin Starter.
    icon: https://cdn.zeabur.com/git/go/default.svg
    tags:
        - Starter
        - API
    readme: |-
        # Gin Starter
        Gin is a web framework written in Golang.
        It features a Martini-like API, but with performance up to 40 times faster than Martini.
        If you need performance and productivity, you will love Gin.
    services:
        - name: Gin
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 591932488
                branch: main
          domainKey: null
