mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-19 07:26:49 +00:00
Added period to documentation templates sentences. Added logic to documentation.go to fix broken links for godoc in sub-packages. Fix coding style to conform to golang idiomatic practice. Applied fix to access main godocs in tools and test data. Generated new documents using tools.
11 lines
379 B
Cheetah
11 lines
379 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}}
|