mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-29 23:16:51 +00:00
11 lines
322 B
Cheetah
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}}
|