mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-06 07:26:47 +00:00
11 lines
297 B
Cheetah
11 lines
297 B
Cheetah
{{define "events" -}}
|
|
{{template "header" .Name}}
|
|
## Current Features for {{.Name}}
|
|
|
|
+ The events package handles events from GoCryptoTrader bot
|
|
|
|
### Please click GoDocs chevron above to view current GoDoc information for this package
|
|
{{template "contributions"}}
|
|
{{template "donations"}}
|
|
{{end}}
|