Files
gocryptotrader/tools/documentation/readme_templates/config_readme.tmpl
Ryan O'Hara-Reid dd00eba27e Applied fix to documentation.go for contribution HTML_URL.
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.
2018-02-20 11:56:25 +11:00

11 lines
284 B
Cheetah

{{define "config" -}}
{{template "header" .}}
## Current Features for {{.Name}}
+ This package deals with configuration utilities.
### Please click GoDocs chevron above to view current GoDoc information for this package
{{template "contributions"}}
{{template "donations"}}
{{end}}