Files
gocryptotrader/cmd/documentation/testdata_templates/testdata_readme.tmpl
Ryan O'Hara-Reid 897bcfd9a4 Documentation Update (#318)
* Initial update

* update

* Fix linter issues

* Add new documentation template and fix
2019-06-21 12:38:35 +10:00

11 lines
381 B
Cheetah

{{define "testdata" -}}
{{template "header" .}}
## Current Features
This folder contains a configuration test file for non-deployement test params.
It also has the code coverage test files that allow us to monitor our entire
codebase, click this link for more information [https://codecov.io/](https://codecov.io/).
{{template "contributions"}}
{{template "donations" -}}
{{end}}