Files
gocryptotrader/tools/documentation/readme_templates/common_readme.tmpl

11 lines
322 B
Cheetah

{{define "common" -}}
{{template "header" .Name}}
## Current Features for {{.Name}}
+ This package collates basic broad functions that are used throughout this codebase
### Please click GoDocs chevron above to view current GoDoc information for this package
{{template "contributions"}}
{{template "donations"}}
{{end}}