Files
gocryptotrader/cmd/documentation/tools_templates/websocket_client_tool.tmpl
2019-08-09 15:46:24 +10:00

19 lines
399 B
Cheetah

{{define "tools websocket" -}}
{{template "header" .}}
## Websocket Client Tool
### Current Features
+ Starts a websocket client
Example:
```bash
cd $GOPATH/src/github.com/thrasher-corp/gocryptotrader/tools/websocket_client/
go run main.go
```
### Please click GoDocs chevron above to view current GoDoc information for this package
{{template "contributions"}}
{{template "donations"}}
{{end}}