File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11# template
22
33[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/flamego/template/go.yml?branch=main&logo=github&style=for-the-badge )] ( https://github.com/flamego/template/actions?query=workflow%3AGo )
4- [ ![ Codecov] ( https://img.shields.io/codecov/c/gh/flamego/template?logo=codecov&style=for-the-badge )] ( https://app.codecov.io/gh/flamego/template )
54[ ![ GoDoc] ( https://img.shields.io/badge/GoDoc-Reference-blue?style=for-the-badge&logo=go )] ( https://pkg.go.dev/github.com/flamego/template?tab=doc )
6- [ ![ Sourcegraph] ( https://img.shields.io/badge/view%20on-Sourcegraph-brightgreen.svg?style=for-the-badge&logo=sourcegraph )] ( https://sourcegraph.com/github.com/flamego/template )
75
86Package template is a middleware that provides Go template rendering for [ Flamego] ( https://github.com/flamego/flamego ) .
97
108## Installation
119
12- The minimum requirement of Go is ** 1.18 ** .
13-
14- go get github.com/flamego/template
10+ ``` zsh
11+ go get github.com/flamego/template
12+ ```
1513
1614## Getting started
1715
You can’t perform that action at this time.
0 commit comments