mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 15:09:42 +00:00
19 lines
395 B
Cheetah
19 lines
395 B
Cheetah
{{define "tools websocket" -}}
|
|
{{template "header" .}}
|
|
## Websocket Client Tool
|
|
|
|
### Current Features
|
|
|
|
+ Starts a websocket client
|
|
|
|
Example:
|
|
```bash
|
|
cd $GOPATH/src/github.com/thrasher-/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}}
|