An open API service indexing awesome lists of open source software.

https://github.com/rasa/go-template

To create a project, download and run scripts/generate-go-project-files
https://github.com/rasa/go-template

deployment framework go template

Last synced: 8 months ago
JSON representation

To create a project, download and run scripts/generate-go-project-files

Awesome Lists containing this project

README

          

# go-template

[![Travis CI](https://img.shields.io/travis/rasa/go-template.svg)](https://travis-ci.org/rasa/go-template)
[![GoDoc](https://img.shields.io/badge/godoc-reference-5272B4.svg)](https://godoc.org/github.com/rasa/go-template)
[![Github All Releases](https://img.shields.io/github/downloads/rasa/go-template/total.svg)](https://github.com/rasa/go-template/releases)
[![Go Report Card](https://goreportcard.com/badge/github.com/rasa/go-template)](https://goreportcard.com/report/github.com/rasa/go-template)
[![codecov](https://codecov.io/gh/rasa/go-template/branch/master/graph/badge.svg)](https://codecov.io/gh/rasa/go-template)

{DESCRIPTION}

* [Installation](README.md#installation)
* [Binaries](README.md#binaries)
* [Via Go](README.md#via-go)
* [Usage](README.md#usage)

## Installation

#### Binaries

For installation instructions from binaries please visit the [Releases Page](https://github.com/rasa/go-template/releases).

#### Via Go

```console
$ go get github.com/rasa/go-template
```

## Usage

```console
```
## Documentation

The project documentation is on [viewdocs.io](http://rasa.viewdocs.io/go-template/) as well as on [github.com](docs/index.md).