https://github.com/dougefresh/readmes
https://github.com/dougefresh/readmes
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dougefresh/readmes
- Owner: dougEfresh
- Created: 2018-03-21T19:28:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-23T09:40:20.000Z (about 7 years ago)
- Last Synced: 2025-01-21T02:29:45.093Z (4 months ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme-template-go.md
Awesome Lists containing this project
README
# {{ .title.name }}
{{ .title.description }}
[![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] [![Go Report][report-img]][report]
## Installation
{{ .installation }}## Quick Start
{{ .quickStart.code}}
{{ .quickStart.description }}
## Usage
{{- range .usages }}
{{.}}
{{- end }}
## Examples
{{- range .examples }}
{{.}}
{{- end }}
## Prerequisites
go 1.x
## Tests
{{- range .tests }}
{{.}}
{{- end }}
## Deployment
## Contributing
All PRs are welcome## Authors
* **Douglas Chimento** - [{{.user}}][me]
## License
This project is licensed under the Apache License - see the [LICENSE](LICENSE) file for details
## Acknowledgments
### TODO
[doc-img]: https://godoc.org/github.com/{{.user}}/{{.project}}?status.svg
[doc]: https://godoc.org/github.com/{{.user}}/{{.project}}
[ci-img]: https://travis-ci.org/{{.user}}/{{.project}}.svg?branch=master
[ci]: https://travis-ci.org/{{.user}}/{{.project}}
[cov-img]: https://codecov.io/gh/{{.user}}/{{.project}}/branch/master/graph/badge.svg
[cov]: https://codecov.io/gh/{{.user}}/{{.project}}
[glide.lock]: https://github.com/uber-go/zap/blob/master/glide.lock
[zap]: https://github.com/uber-go/zap
[me]: https://github.com/{{.user}}
[report-img]: https://goreportcard.com/badge/github.com/{{.user}}/{{.project}}
[report]: https://goreportcard.com/report/github.com/{{.user}}/{{.project}}